From 2cbef93c7f7094a4a47c129f34f2090b584a2ad7 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 3 Sep 2021 10:38:58 +0900 Subject: [PATCH] Fix: Tab Bar - uidensity --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 667e217..13e47ab 100644 --- a/userChrome.css +++ b/userChrome.css @@ -674,11 +674,11 @@ max-height: 38px; } :root[uidensity="compact"] .toolbar-items, - .tabbrowser-tab { + :root[uidensity="compact"] .tabbrowser-tab { max-height: 36px; } :root[uidensity="touch"] .toolbar-items, - .tabbrowser-tab { + :root[uidensity="touch"] .tabbrowser-tab { max-height: 45px; }