Enable collapsing of tab groups in multi-row tabs (#525)
This commit is contained in:
@@ -83,4 +83,9 @@ See the above repository for updates as well as full license text. */
|
|||||||
@media (-moz-bool-pref: "userchrome.multirowtabs.scrollbar-handle.enabled"),
|
@media (-moz-bool-pref: "userchrome.multirowtabs.scrollbar-handle.enabled"),
|
||||||
-moz-pref( "userchrome.multirowtabs.scrollbar-handle.enabled"){
|
-moz-pref( "userchrome.multirowtabs.scrollbar-handle.enabled"){
|
||||||
#tabbrowser-arrowscrollbox{ -moz-window-dragging: no-drag }
|
#tabbrowser-arrowscrollbox{ -moz-window-dragging: no-drag }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make tab groups collapse */
|
||||||
|
tab-group[collapsed] .tabbrowser-tab[fadein]:not([pinned]){
|
||||||
|
min-width: 0 !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user