don't resize tabs when the mouse is over the tab bar, issue #10

This commit is contained in:
Sai Kurogetsu 2017-12-11 20:41:49 +00:00
parent cfb204bc1b
commit d8064b83e8
1 changed files with 4 additions and 2 deletions

View File

@ -407,10 +407,12 @@ tab[selected] {
} }
/* Full width tabs */ /* Full width tabs */
.tabbrowser-tab:not([pinned]) { .tabbrowser-tab:not([style^="max-width"]):not([pinned]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]) {
max-width: 100% !important; max-width: 100% !important;
} }
.tabbrowser-tab: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]) {
max-width: 0.1px !important; max-width: 0.1px !important;
} }