mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
style(next): adjust the vertical offset of the menu item icons to align with the new font metrics
This commit is contained in:
parent
c878a6d2fd
commit
48b4f37f91
@ -44,7 +44,7 @@
|
||||
--center-pane-border-radius: 10px;
|
||||
|
||||
--menu-padding-size: 8px;
|
||||
--menu-item-icon-vert-offset: 0;
|
||||
--menu-item-icon-vert-offset: -2px;
|
||||
|
||||
--more-accented-background-color: var(--card-background-hover-color);
|
||||
|
||||
|
@ -524,7 +524,7 @@ body.mobile .fancytree-node > span {
|
||||
|
||||
#context-menu-container {
|
||||
/* The context menu of the tree */
|
||||
--menu-item-icon-vert-offset: 1.5px;
|
||||
--menu-item-icon-vert-offset: -1px;
|
||||
}
|
||||
|
||||
/* Tree actions toolbar */
|
||||
|
Loading…
x
Reference in New Issue
Block a user