diff --git a/ui/theme.css b/ui/theme.css index 839525d..5b3a036 100644 --- a/ui/theme.css +++ b/ui/theme.css @@ -407,10 +407,12 @@ tab[selected] { } /* 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; } -.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; }