From ec0af13830f64b7bfbbd5b85d5406b4a04d6aa9f Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 21 May 2021 08:47:47 +0900 Subject: [PATCH] Fix: Container Tab - Color line postion --- userChrome.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index e5bcb83..68e8060 100644 --- a/userChrome.css +++ b/userChrome.css @@ -257,7 +257,7 @@ top: 0 !important; inset-inline-end: 0 !important; margin-inline-end: 5.5px !important; - padding: 0 !important; + padding: 2px 0 !important; } /* Hover */ @@ -276,6 +276,10 @@ color: var(--toolbar-bgcolor, black) !important; } + .tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing],[crashed]):hover { + padding: 0 !important; + } + /** Container Tab - Color line at icon's bottom *****************************/ .tab-context-line { display: none;