Tabsbar: Fix animations

This commit is contained in:
Rafael Mardojai CM 2022-10-10 10:16:52 -05:00
parent 5719f1e0f7
commit 1445951c61
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 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;
min-width: 150px !important;
--tab-min-width: 150px !important;
}
.tabbrowser-tab:not([style^="max-width"]):not([pinned]):not([fadein]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]):not([fadein]) {