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; }