From 2128ce9bc6c2d173f07891cd882a6351053ae4cd Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 9 Mar 2022 17:17:03 +0900 Subject: [PATCH] Fix: Pinned Tab - Size adjustment #336 --- userChrome.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 2a3290b..83a3ff9 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2816,9 +2816,12 @@ menuitem.openintabs-menuitem, } .tab-content[pinned] { - --inline-tab-padding: 8px; /* Prevent overflow pinned tab's divide line not aligned */ + --inline-tab-padding: 10px; /* Prevent overflow pinned tab's divide line not aligned */ padding-inline: var(--inline-tab-padding) !important; } +:root[uidensity="compact"] .tab-content[pinned] { + --inline-tab-padding: 8px; +} /*= Tab Bar - Reduce Width, Show more tabs ===================================*/ /* for First Tab Space */