subview-subheader should use - -moz-box rather than set height
This commit is contained in:
parent
86c3eb7d6a
commit
b82eafb47f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */
|
||||||
--arrowpanel-padding: 0.8em !important;
|
--arrowpanel-padding: 0.8em !important;
|
||||||
--inline-tab-padding: 8px !important; /* 8px is default value since it looks good - lower values compactify tabs horizontally */
|
--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 > menuitem,
|
||||||
menupopup > menu{ padding-block: 0.3em !important; }
|
menupopup > menu{ padding-block: 0.3em !important; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue