From 3cb6244692a453e4a3f34c24fabff1f5ebedf62a Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 19 Feb 2022 00:57:46 +0900 Subject: [PATCH] Fix: Pinned Tab - icon algin, bottom rounded corner at overflow #330 --- userChrome.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 86adb64..12b92a8 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2882,7 +2882,8 @@ menuitem.openintabs-menuitem, #tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"], -#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-background { +#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-stack, +#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-content { max-height: var(--tab-min-height) !important; /* Force apply height */ }