From 1c35052d370da362791e7792c2d515fd04f20ef3 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 19 Feb 2022 01:00:26 +0900 Subject: [PATCH] Fix: Pinned Tab - retain strange width align #282 --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index 12b92a8..fab7c24 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2781,6 +2781,11 @@ menuitem.openintabs-menuitem, --arrowpanel-menuitem-padding: 8px !important; /* Original: 8px */ } +.tab-content[pinned] { + --inline-tab-padding: 8px; /* Prevent overflow pinned tab's divide line not aligned */ + padding-inline: var(--inline-tab-padding) !important; +} + /*= Tab Bar - Reduce Width, Show more tabs ===================================*/ /* for First Tab Space */ :root {