Skip to content

Commit fe0cb2c

Browse files
committed
hide tabs toolbar: don't hide the toolbar when customizing
This makes it easier if one needs to move buttons away from tabs toolbar
1 parent d9e3c87 commit fe0cb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/hide_tabs_toolbar_v2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See the above repository for updates as well as full license text. */
1717
}
1818
}
1919
@media not (-moz-bool-pref: "sidebar.verticalTabs"){
20-
#TabsToolbar{
20+
#TabsToolbar:not([customizing]){
2121
visibility: collapse;
2222
}
2323
:root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{

0 commit comments

Comments
 (0)