From 5272782fbf60759cf9d8bc0d840f69f5efebe2ec Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sun, 20 Mar 2022 04:33:56 +0900 Subject: [PATCH] Fix: Clipped Tab - too narrow --- userChrome.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userChrome.css b/userChrome.css index 40abeba..e0b20bc 100644 --- a/userChrome.css +++ b/userChrome.css @@ -3548,11 +3548,11 @@ tab[visuallyselected] > stack::after { } /** Clipped tabs - Letters cleary *********************************************/ -:root { - --inline-tab-padding: 6px !important; /* Original: 8px */ +#tabbrowser-tabs[closebuttons="activetab"] { + --inline-tab-padding: 7px !important; /* Original: 8px */ } -:root[uidensity="touch"] { - --inline-tab-padding: 8px !important; /* Original: 8px */ +#tabbrowser-tabs[overflow="true"] { + --inline-tab-padding: 6px !important; /* Original: 8px */ } .tab-content[pinned] {