Tabsbar: Ajust tab min width

Fixes #459
This commit is contained in:
Rafael Mardojai CM 2022-10-19 09:10:32 -05:00
parent 78fa32678c
commit 580bb11cd3
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ tab {
.tabbrowser-tab:not([style^="max-width"]):not([pinned]), .tabbrowser-tab:not([style^="max-width"]):not([pinned]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]) { .tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]) {
max-width: 100% !important; max-width: 100% !important;
--tab-min-width: 132px !important; --tab-min-width: 131px !important;
} }
.tabbrowser-tab:not([style^="max-width"]):not([pinned]):not([fadein]), .tabbrowser-tab:not([style^="max-width"]):not([pinned]):not([fadein]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]):not([fadein]) { .tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]):not([fadein]) {