From fb8667e51258fee689822406928cb3452cd973f9 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 22 May 2021 21:13:47 +0900 Subject: [PATCH] Fix: Tab - Max Size at touch mode --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */