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 */