From 0de3ef6db46bfd32b147a4e517a29d0f70964831 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 4 Jun 2021 12:43:36 +0900 Subject: [PATCH] Fix: Tab Bar - Remove layout movement at selected #56 --- userChrome.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/userChrome.css b/userChrome.css index 4a7e112..de839aa 100644 --- a/userChrome.css +++ b/userChrome.css @@ -57,7 +57,7 @@ padding-right: var(--newtab-button-width-padding) !important; } - :root[uidensity=compact] #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] { + #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] { margin-inline-start: 0 !important; } @@ -88,10 +88,6 @@ padding-inline: 0 !important; } - .tabbrowser-tab:not([last-visible-tab]) { - margin-inline-end: -.5px !important; - } - /** Tab Bar - Reduce Height, Show more contents *****************************/ :root:not([uidensity=touch]) #TabsToolbar { --toolbarbutton-inner-padding: 9px; /* Original: calc((var(--tab-min-height) - 16px) / 2) = 10px */