Add variable for tab inline padding
This commit is contained in:
parent
f27380d7e2
commit
06db30e311
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ See the above repository for updates as well as full license text. */
|
||||||
--arrowpanel-menuitem-padding: 4px !important;
|
--arrowpanel-menuitem-padding: 4px !important;
|
||||||
--panel-font-size: inherit !important;
|
--panel-font-size: inherit !important;
|
||||||
--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 */
|
||||||
}
|
}
|
||||||
.subview-subheader{ height: 24px }
|
.subview-subheader{ height: 24px }
|
||||||
menupopup > menuitem,
|
menupopup > menuitem,
|
||||||
|
|
Loading…
Reference in a new issue