From e66c3a82c4795a19b2e4fdd4e0838ddc4d522031 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Thu, 24 Jun 2021 14:40:24 +0000 Subject: [PATCH] Fix: Unselected Tab - Divide line thickness after latest tab #104 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index f160fc8..902a355 100644 --- a/userChrome.css +++ b/userChrome.css @@ -320,7 +320,7 @@ } .tabbrowser-tab[last-visible-tab] .tab-background::after { right: 0; - transform: translateX(.5px) translateY(calc(-50% + 1px)) !important; + transform: translateX(1.5px) translateY(calc(-50% + 1px)) !important; } .tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + .tabbrowser-tab:not([visuallyselected]) .tab-background::before,