From 104cda45f67390b3db3fa2490c463ff6487b8e62 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 19 May 2021 15:14:05 +0900 Subject: [PATCH] Fix: Sound Tab - Overlapping icons problem --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 367cb82..71b6f99 100644 --- a/userChrome.css +++ b/userChrome.css @@ -214,7 +214,7 @@ } /* None exist favicon */ - .tabbrowser-tab:not([image]) .tab-icon-overlay:not([crashed]) { + .tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing],[crashed]) { top: 0 !important; inset-inline-end: 0 !important; margin-inline-end: 5.5px !important;