From b6d26d8fcb018192eac42e965d3c29a672a11cec Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 23 Aug 2024 20:55:02 +0300 Subject: [PATCH] hide tabs scrollbuttons: use scrolledtostart as boolean attribute --- chrome/hide_tabs_scrollbuttons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/hide_tabs_scrollbuttons.css b/chrome/hide_tabs_scrollbuttons.css index c08537b..f4eff07 100644 --- a/chrome/hide_tabs_scrollbuttons.css +++ b/chrome/hide_tabs_scrollbuttons.css @@ -19,7 +19,7 @@ See the above repository for updates as well as full license text. */ :root[uidensity="compact"] #tabbrowser-tabs[overflow]{ --uc-scrollbox-base-margin: -25px; } -#tabbrowser-arrowscrollbox:not([scrolledtostart="true"]){ +#tabbrowser-arrowscrollbox:not([scrolledtostart]){ --uc-scrollbox-overflow-start-margin: -1px; } #scrollbutton-up ~ spacer{