diff --git a/chrome/hide_tabs_toolbar_v2.css b/chrome/hide_tabs_toolbar_v2.css index 325f927..bc6fd68 100644 --- a/chrome/hide_tabs_toolbar_v2.css +++ b/chrome/hide_tabs_toolbar_v2.css @@ -3,15 +3,13 @@ See the above repository for updates as well as full license text. */ /* This requires Firefox 133+ to work */ -@media (-moz-bool-pref: "sidebar.verticalTabs"), - -moz-pref("sidebar.verticalTabs"){ +@media -moz-pref("sidebar.verticalTabs"){ #sidebar-launcher-splitter, #sidebar-main{ visibility: collapse; } } -@media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"), - -moz-pref("userchrome.force-window-controls-on-left.enabled"){ +@media -moz-pref("userchrome.force-window-controls-on-left.enabled"){ #nav-bar > .titlebar-buttonbox-container{ order: -1 !important; > .titlebar-buttonbox{ @@ -19,8 +17,7 @@ See the above repository for updates as well as full license text. */ } } } -@media not (-moz-bool-pref: "sidebar.verticalTabs"), - not -moz-pref("sidebar.verticalTabs"){ +@media not -moz-pref("sidebar.verticalTabs"){ #TabsToolbar:not([customizing]){ visibility: collapse; } @@ -40,8 +37,7 @@ See the above repository for updates as well as full license text. */ > .titlebar-spacer[type="post-tabs"]{ display: flex !important; } - @media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"), - -moz-pref("userchrome.force-window-controls-on-left.enabled"), + @media -moz-pref("userchrome.force-window-controls-on-left.enabled"), (-moz-gtk-csd-reversed-placement), (-moz-platform: macos){ > .titlebar-spacer[type="post-tabs"]{