From d43bf20eefed09f06aa5448db0af10c06b191efb Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 2 Nov 2025 19:06:49 +0200 Subject: [PATCH] hide tabs toolbar: Remove uses of [tabsintitlebar] --- 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 bc6fd68..626b5b9 100644 --- a/chrome/hide_tabs_toolbar_v2.css +++ b/chrome/hide_tabs_toolbar_v2.css @@ -24,7 +24,7 @@ See the above repository for updates as well as full license text. */ :root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{ display: flex !important; } - :root:is([tabsintitlebar],[customtitlebar]) #toolbar-menubar:is([autohide=""],:not([autohide="false"])) ~ #nav-bar{ + :root[customtitlebar] #toolbar-menubar:is([autohide=""],:not([autohide="false"])) ~ #nav-bar{ > .titlebar-buttonbox-container{ display: flex !important; }