hide tabs toolbar: Remove remaining -moz-bool-pref queries

This commit is contained in:
MrOtherGuy
2025-11-02 19:05:29 +02:00
parent f54dcd8b99
commit c234f4a548

View File

@@ -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"]{