From 1fd6af00711e2b74b54f194d7e90652203965d27 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 8 Apr 2021 23:24:09 +0300 Subject: [PATCH] replace tabs scrollbutton margin with border-width --- chrome/compact_proton.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index 5e934dc..bfa9745 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -13,7 +13,7 @@ See the above repository for updates as well as full license text. */ menupopup > menuitem, menupopup > menu{ padding-block: 0.3em !important; } -#urlbar-container{ padding-block: 0px !important; } +#urlbar-container{ padding-block: 2px !important; } #urlbar-background{ margin-block: 1px } /* This is kinda weird, but it makes the horizontal line between tabs and nav-bar render "inside" nav-bar thus tabs are more visibily separated even if there is less space there */ #nav-bar{ @@ -27,6 +27,6 @@ menupopup > menu{ padding-block: 0.3em !important; } padding: 1px !important; } -#tabbrowser-tabs{ --uc-tabs-scrollbutton-margin: 2px } +#tabbrowser-tabs{ --uc-tabs-scrollbutton-border: 2px } #scrollbutton-up, -#scrollbutton-down{ margin: var(--uc-tabs-scrollbutton-margin,0px) !important; } \ No newline at end of file +#scrollbutton-down{ border-block-width: var(--uc-tabs-scrollbutton-border,0px) !important; } \ No newline at end of file