subview-subheader should use - -moz-box rather than set height

This commit is contained in:
MrOtherGuy 2021-05-08 07:56:00 +03:00
parent 86c3eb7d6a
commit b82eafb47f

View file

@ -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; }