mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
Tweak the offset of menu item icons
This commit is contained in:
parent
a53403f8d8
commit
513d7f35b2
@ -50,7 +50,7 @@
|
||||
--center-pane-border-radius: 10px;
|
||||
|
||||
--menu-padding-size: 8px;
|
||||
--menu-item-icon-vert-offset: 1.5px;
|
||||
--menu-item-icon-vert-offset: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -573,6 +573,11 @@
|
||||
box-shadow: var(--left-pane-item-selected-action-button-hover-shadow);
|
||||
}
|
||||
|
||||
#context-menu-container {
|
||||
/* The context menu of the tree */
|
||||
--menu-item-icon-vert-offset: 1.5px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Gutter
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user