From 85b03c07012ec2d11866138c106e1854273f56cd Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 23 Nov 2021 16:54:47 +0200 Subject: [PATCH] only modify vertical padding of arrowpanel items --- chrome/compact_proton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index b438f90..4be0930 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -7,7 +7,7 @@ See the above repository for updates as well as full license text. */ --toolbarbutton-inner-padding: 6px !important; --tab-block-margin: 2px !important; --tabs-shadow-size: 0px !important; - --arrowpanel-menuitem-padding: 5px !important; + --arrowpanel-menuitem-padding-block: 5px !important; --panel-font-size: inherit !important; --arrowpanel-padding: 0.8em !important; --inline-tab-padding: 8px !important; /* 8px is default value since it looks good - lower values compactify tabs horizontally */