From da374c69755d0afc597c0481904f5e8c6b7126c4 Mon Sep 17 00:00:00 2001 From: sonofevil Date: Mon, 25 Mar 2024 18:23:29 +0100 Subject: [PATCH] glitch fix and cosmetic improvement (#352) * glitch fix and cosmetic improvement fix: rule briefly failed to apply when opening new tab improvement: divider alignment * Update shrinking_pinned_tabs.css --- chrome/shrinking_pinned_tabs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/shrinking_pinned_tabs.css b/chrome/shrinking_pinned_tabs.css index 1b808d6..1a6c9ff 100644 --- a/chrome/shrinking_pinned_tabs.css +++ b/chrome/shrinking_pinned_tabs.css @@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */ max-width: 32px } -#tabbrowser-arrowscrollbox:not([overflowing]) .tab-content[pinned] { +#tabbrowser-arrowscrollbox .tab-content[pinned] { padding: 0px !important; justify-content: center; } @@ -25,3 +25,4 @@ See the above repository for updates as well as full license text. */ scrollbox[part][orient="horizontal"] { padding-inline: unset !important; } +