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 */