From 18377906d8cadf1bf29e713ff35f0a61b247315d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 1 Aug 2021 11:29:25 +0300 Subject: [PATCH] don't set left border to overflow-pinned tabs This was perhaps once required, but nowadays the border just breaks pinned tabs layout --- chrome/hide_tabs_scrollbuttons.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chrome/hide_tabs_scrollbuttons.css b/chrome/hide_tabs_scrollbuttons.css index b9a7845..0225ca6 100644 --- a/chrome/hide_tabs_scrollbuttons.css +++ b/chrome/hide_tabs_scrollbuttons.css @@ -14,7 +14,3 @@ See the above repository for updates as well as full license text. */ visibility: var(--uc-scroll-visibility,visible); } .scrollbox-clip{ margin-inline: var(--uc-scrollbox-margin,0); } -#tabbrowser-tabs[overflow][positionpinnedtabs] .tabbrowser-tab[pinned]{ - border-left: 28px solid transparent !important; - clip-path: padding-box -} \ No newline at end of file