From fe0cb2cb7bdd10471973d5713ffe1a9e6d2feaef Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 4 Dec 2024 20:15:09 +0200 Subject: [PATCH] hide tabs toolbar: don't hide the toolbar when customizing This makes it easier if one needs to move buttons away from tabs toolbar --- chrome/hide_tabs_toolbar_v2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/hide_tabs_toolbar_v2.css b/chrome/hide_tabs_toolbar_v2.css index 0a40b81..37dadb8 100644 --- a/chrome/hide_tabs_toolbar_v2.css +++ b/chrome/hide_tabs_toolbar_v2.css @@ -17,7 +17,7 @@ See the above repository for updates as well as full license text. */ } } @media not (-moz-bool-pref: "sidebar.verticalTabs"){ - #TabsToolbar{ + #TabsToolbar:not([customizing]){ visibility: collapse; } :root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{