From 8ea735862467ebc52800649b76531b8b1e0ace35 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 2 Jun 2021 17:07:37 +0900 Subject: [PATCH] Fix: Tab Bar - reduce new tab button left margin #27 --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *******************************************/