diff --git a/userChrome.css b/userChrome.css index fa9e0d3..9b81cfd 100644 --- a/userChrome.css +++ b/userChrome.css @@ -72,8 +72,8 @@ } /* Tab - Max Size */ - :root:not([uidensity=touch]) .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]) { - max-width: 240px !important; + .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]) { + max-width: 240px !important; /* Original: 225px */ } /* neighbouring tabs should "pinch" together */