multi-row tabs: Make flex-grow !important for fixed-width tabs to work
This commit is contained in:
@@ -60,7 +60,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
|
|
||||||
.tabbrowser-tab[fadein]:not([pinned]){
|
.tabbrowser-tab[fadein]:not([pinned]){
|
||||||
min-width: var(--multirow-tab-min-width) !important;
|
min-width: var(--multirow-tab-min-width) !important;
|
||||||
flex-grow: var(--multirow-tab-dynamic-width);
|
flex-grow: var(--multirow-tab-dynamic-width) !important;
|
||||||
/*
|
/*
|
||||||
Uncomment to enable full-width tabs, also makes tab dragging a tiny bit more sensible
|
Uncomment to enable full-width tabs, also makes tab dragging a tiny bit more sensible
|
||||||
Don't set to none or you'll see errors in console when closing tabs
|
Don't set to none or you'll see errors in console when closing tabs
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
|
|
||||||
.tabbrowser-tab[fadein]:not([pinned]){
|
.tabbrowser-tab[fadein]:not([pinned]){
|
||||||
min-width: var(--multirow-tab-min-width) !important;
|
min-width: var(--multirow-tab-min-width) !important;
|
||||||
flex-grow: var(--multirow-tab-dynamic-width);
|
flex-grow: var(--multirow-tab-dynamic-width) !important;
|
||||||
/*
|
/*
|
||||||
Uncomment to enable full-width tabs, also makes tab dragging a tiny bit more sensible
|
Uncomment to enable full-width tabs, also makes tab dragging a tiny bit more sensible
|
||||||
Don't set to none or you'll see errors in console when closing tabs
|
Don't set to none or you'll see errors in console when closing tabs
|
||||||
|
|||||||
Reference in New Issue
Block a user