From b82eafb47f309aa0ba9891a00697d3f7e739f70e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 8 May 2021 07:56:00 +0300 Subject: [PATCH] subview-subheader should use - -moz-box rather than set height --- 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 b82049c..1f71216 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */ --arrowpanel-padding: 0.8em !important; --inline-tab-padding: 8px !important; /* 8px is default value since it looks good - lower values compactify tabs horizontally */ } -.subview-subheader{ height: 24px } +.subview-subheader{ display: -moz-box } menupopup > menuitem, menupopup > menu{ padding-block: 0.3em !important; }