multi-row tabs: Make flex-grow !important for fixed-width tabs to work

This commit is contained in:
MrOtherGuy
2023-05-12 16:59:43 +03:00
parent b2e37ffc57
commit c09e848846
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ See the above repository for updates as well as full license text. */
.tabbrowser-tab[fadein]:not([pinned]){
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
Don't set to none or you'll see errors in console when closing tabs