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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user