From 8fdc6419ff85f3214f36a534482157d2e9c57bd5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 13 Dec 2024 12:05:46 +0200 Subject: [PATCH] multi-row tabs: Only hide alltabs-button if it's not removable This means that the button will be hidden in ESR 128, but on Firefox 132+ it won't be since one can simply remove the button themselves or move it to another toolbar etc. Fixes #407 --- chrome/multi-row_tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/multi-row_tabs.css b/chrome/multi-row_tabs.css index 185cfc6..9619e32 100644 --- a/chrome/multi-row_tabs.css +++ b/chrome/multi-row_tabs.css @@ -71,7 +71,7 @@ See the above repository for updates as well as full license text. */ display: flex !important; } -#alltabs-button, +#alltabs-button[removable="false"], :root:not([customizing]) #TabsToolbar #new-tab-button, #tabbrowser-arrowscrollbox > spacer, .tabbrowser-tab::after{ display: none !important }