increase panel item padding to 5px but keep panel bookmarks at 4px
This commit is contained in:
parent
de2721e158
commit
d13b692ca3
1 changed files with 2 additions and 1 deletions
|
@ -7,11 +7,12 @@ See the above repository for updates as well as full license text. */
|
|||
--toolbarbutton-inner-padding: 6px !important;
|
||||
--proton-tab-block-margin: 2px !important;
|
||||
--tabs-shadow-size: 0px !important;
|
||||
--arrowpanel-menuitem-padding: 4px !important;
|
||||
--arrowpanel-menuitem-padding: 5px !important;
|
||||
--panel-font-size: inherit !important;
|
||||
--arrowpanel-padding: 0.8em !important;
|
||||
--inline-tab-padding: 8px !important; /* 8px is default value since it looks good - lower values compactify tabs horizontally */
|
||||
}
|
||||
.subviewbutton.bookmark-item{ padding-block: 4px !important; }
|
||||
.subview-subheader{ display: -moz-box }
|
||||
menupopup > menuitem,
|
||||
menupopup > menu{ padding-block: 0.3em !important; }
|
||||
|
|
Loading…
Reference in a new issue