From 71c501871b817ff39b806adfe305d1e966305d24 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 7 Apr 2021 23:58:19 +0300 Subject: [PATCH] reduce tabs scrollbutton margin --- chrome/compact_proton.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index 8770265..5e934dc 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -25,4 +25,8 @@ menupopup > menu{ padding-block: 0.3em !important; } width: 16px !important; height: 16px !important; padding: 1px !important; -} \ No newline at end of file +} + +#tabbrowser-tabs{ --uc-tabs-scrollbutton-margin: 2px } +#scrollbutton-up, +#scrollbutton-down{ margin: var(--uc-tabs-scrollbutton-margin,0px) !important; } \ No newline at end of file