hide tabs toolbar: Remove remaining -moz-bool-pref queries
This commit is contained in:
@@ -3,15 +3,13 @@ See the above repository for updates as well as full license text. */
|
|||||||
|
|
||||||
/* This requires Firefox 133+ to work */
|
/* This requires Firefox 133+ to work */
|
||||||
|
|
||||||
@media (-moz-bool-pref: "sidebar.verticalTabs"),
|
@media -moz-pref("sidebar.verticalTabs"){
|
||||||
-moz-pref("sidebar.verticalTabs"){
|
|
||||||
#sidebar-launcher-splitter,
|
#sidebar-launcher-splitter,
|
||||||
#sidebar-main{
|
#sidebar-main{
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"),
|
@media -moz-pref("userchrome.force-window-controls-on-left.enabled"){
|
||||||
-moz-pref("userchrome.force-window-controls-on-left.enabled"){
|
|
||||||
#nav-bar > .titlebar-buttonbox-container{
|
#nav-bar > .titlebar-buttonbox-container{
|
||||||
order: -1 !important;
|
order: -1 !important;
|
||||||
> .titlebar-buttonbox{
|
> .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"),
|
@media not -moz-pref("sidebar.verticalTabs"){
|
||||||
not -moz-pref("sidebar.verticalTabs"){
|
|
||||||
#TabsToolbar:not([customizing]){
|
#TabsToolbar:not([customizing]){
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
@@ -40,8 +37,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
> .titlebar-spacer[type="post-tabs"]{
|
> .titlebar-spacer[type="post-tabs"]{
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
@media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"),
|
@media -moz-pref("userchrome.force-window-controls-on-left.enabled"),
|
||||||
-moz-pref("userchrome.force-window-controls-on-left.enabled"),
|
|
||||||
(-moz-gtk-csd-reversed-placement),
|
(-moz-gtk-csd-reversed-placement),
|
||||||
(-moz-platform: macos){
|
(-moz-platform: macos){
|
||||||
> .titlebar-spacer[type="post-tabs"]{
|
> .titlebar-spacer[type="post-tabs"]{
|
||||||
|
|||||||
Reference in New Issue
Block a user