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;