style(next): adjust the vertical offset of the menu item icons to align with the new font metrics

This commit is contained in:
Adorian Doran 2025-01-31 21:02:11 +02:00
parent c878a6d2fd
commit 48b4f37f91
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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 */