Allow tab-size to be defined
This commit is contained in:
parent
c9d94dc022
commit
8b757e951b
1 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
/* This maximum visible rows won't work before Fx66 */
|
||||
/* So this setting does nothing on Fx65 and all tab rows will be shown */
|
||||
:root{ --multirow-n-rows: 3 }
|
||||
:root{ --multirow-tab-min-width: 150px }
|
||||
|
||||
#tabbrowser-tabs{
|
||||
min-height: unset !important;
|
||||
|
@ -53,7 +54,7 @@
|
|||
}
|
||||
|
||||
.tabbrowser-tab[fadein]:not([pinned]){
|
||||
min-width: 100px !important;
|
||||
min-width: var(--multirow-tab-min-width) !important;
|
||||
flex-grow: 1;
|
||||
/*
|
||||
Uncomment to enable full-width tabs, also makes tab dragging a tiny bit more sensible
|
||||
|
|
Loading…
Reference in a new issue