multi-row tabs: make tab-split-view-wrapper use --multi-row variable for min-width
This commit is contained in:
@@ -50,7 +50,9 @@ See the above repository for updates as well as full license text. */
|
||||
position: static !important;
|
||||
margin-inline-start: 0px !important;
|
||||
}
|
||||
|
||||
tab-split-view-wrapper {
|
||||
min-width: calc(var(--multirow-tab-min-width) * 2 + 6px) !important;
|
||||
}
|
||||
#tabbrowser-tabs[orient="horizontal"] .tabbrowser-tab[fadein]:not([pinned]){
|
||||
min-width: var(--multirow-tab-min-width) !important;
|
||||
flex-grow: var(--multirow-tab-dynamic-width) !important;
|
||||
|
||||
Reference in New Issue
Block a user