hide tabs toolbar: don't hide the toolbar when customizing

This makes it easier if one needs to move buttons away from tabs toolbar
This commit is contained in:
MrOtherGuy
2024-12-04 20:15:09 +02:00
parent d9e3c87cbe
commit fe0cb2cb7b

View File

@@ -17,7 +17,7 @@ See the above repository for updates as well as full license text. */
}
}
@media not (-moz-bool-pref: "sidebar.verticalTabs"){
#TabsToolbar{
#TabsToolbar:not([customizing]){
visibility: collapse;
}
:root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{