From c55db0fa2d99ed7846b5c69785406420bc647d90 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 26 Jun 2021 23:46:39 +0900 Subject: [PATCH] Clean: Tab Bar - comment --- userChrome.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userChrome.css b/userChrome.css index 4ed14ba..11381ef 100644 --- a/userChrome.css +++ b/userChrome.css @@ -149,6 +149,7 @@ } /** Tab Bar - Reduce Height, Show more contents *****************************/ + /* Toolbar Height */ :root:not([uidensity=touch]) #TabsToolbar { --toolbarbutton-inner-padding: 9px; /* Original: calc((var(--tab-min-height) - 16px) / 2) = 10px */ } @@ -163,6 +164,7 @@ max-height: unset; } + /* Scroll Button - Size Fix */ :root:not([uidensity=touch]) #tabbrowser-arrowscrollbox { --scrollbtn-vertical-padding: 3px; --scrollbtn-vertical-border: 2px;