From 2af9a480af7d58b8756b2bbc753d16119d5d17f1 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 25 Apr 2021 08:33:57 +0300 Subject: [PATCH] set fixed height for subheader --- 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 d458428..61430f0 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -11,7 +11,7 @@ See the above repository for updates as well as full license text. */ --panel-font-size: inherit !important; --arrowpanel-padding: 0.8em !important; } - +.subview-subheader{ height: 24px } menupopup > menuitem, menupopup > menu{ padding-block: 0.3em !important; }