From 2be081cd0fd0872c92a130fffb383673f33f75ae Mon Sep 17 00:00:00 2001 From: MS_Y Date: Thu, 19 Aug 2021 12:24:43 +0000 Subject: [PATCH] Fix: Selected Tab for photon style - Pinned tab's margin bottom #177 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index f2edb39..7009404 100644 --- a/userChrome.css +++ b/userChrome.css @@ -968,7 +968,7 @@ .tabbrowser-tab[visuallyselected]::after { border-color: var(--tabs-border-color) !important; margin-top: 0 !important; - margin-bottom: var(--tabs-navbar-shadow-size) !important; + margin-bottom: 0 !important; opacity: 1 !important; }