Enable collapsing of tab groups in multi-row tabs (#525)

This commit is contained in:
Michael A.
2025-03-07 13:09:11 +01:00
committed by GitHub
parent a519e7e32c
commit a4d7b12dec

View File

@@ -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"),
-moz-pref( "userchrome.multirowtabs.scrollbar-handle.enabled"){
#tabbrowser-arrowscrollbox{ -moz-window-dragging: no-drag }
}
}
/* Make tab groups collapse */
tab-group[collapsed] .tabbrowser-tab[fadein]:not([pinned]){
min-width: 0 !important;
}