diff --git a/userChrome.css b/userChrome.css index 4eba73e..955d6f3 100644 --- a/userChrome.css +++ b/userChrome.css @@ -244,7 +244,7 @@ } .tabbrowser-tab[last-visible-tab] .tab-background::after { right: 0; - transform: translateX(2.5px) translateY(calc(-50% + 1px)) !important; + transform: translateX(.5px) translateY(calc(-50% + 1px)) !important; } .tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + .tabbrowser-tab:not([visuallyselected]) .tab-background::before, @@ -255,7 +255,7 @@ /* Latest Tab & New tab margin */ #tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[last-visible-tab] { - margin-inline-end: 8px !important; + margin-inline-end: 4px !important; } /** Clipped tabs - Letters cleary *******************************************/