Tabsbar: Tabs min-width improvements

Match Adwaita tabs min-width by default
Make gnomeTheme.normalWidthTabs bring back the 76px default min-width

Fixes #453
This commit is contained in:
Rafael Mardojai CM 2022-10-10 11:53:24 -05:00
parent 1445951c61
commit b009ffce36
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 2 additions and 1 deletions

View File

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