From b148e79064f3361efe74c1de9299d5af4cb930ee Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sun, 25 Jul 2021 20:42:54 +0900 Subject: [PATCH] Fix: Tab Bar - Reduce space between Pinned tab and Scroll button #128 --- userChrome.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/userChrome.css b/userChrome.css index 4286196..ac0a4ce 100644 --- a/userChrome.css +++ b/userChrome.css @@ -162,6 +162,15 @@ margin-inline-end: -.5px !important; } + /* Space between Pinned tab and Scroll button */ + #scrollbutton-up, + #scrollbutton-down, + .scrollbox-clip, + #TabsToolbar-customization-target > #tabbrowser-tabs[overflow] ~ .toolbarbutton-1 { + transform: translateX(-1.5px) !important; + } + + /*= Tab Bar - Reduce Height, Show more contents ============================*/ /* Toolbar Height */ :root:not([uidensity=touch]) #TabsToolbar {