From be9ac5fd985b9a8d976d45119fe88e25412bad32 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sun, 27 Jun 2021 22:45:35 +0900 Subject: [PATCH] Fix: Clipped Tabs - Show close button exclude pinned #45 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index ce70f13..bc768e4 100644 --- a/userChrome.css +++ b/userChrome.css @@ -341,7 +341,7 @@ padding-inline-start: 8px !important; } - #tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]) { + #tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([pinned]) > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]) { display: -moz-inline-box !important; }