mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-08 01:05:28 +08:00
Tweak the icons for the menu items
This commit is contained in:
parent
3cfdbc5f21
commit
a53403f8d8
@ -50,6 +50,7 @@
|
|||||||
--center-pane-border-radius: 10px;
|
--center-pane-border-radius: 10px;
|
||||||
|
|
||||||
--menu-padding-size: 8px;
|
--menu-padding-size: 8px;
|
||||||
|
--menu-item-icon-vert-offset: 1.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -786,8 +787,9 @@ html body .dropdown-item.disabled {
|
|||||||
|
|
||||||
/* Menu item icon */
|
/* Menu item icon */
|
||||||
.dropdown-item .bx {
|
.dropdown-item .bx {
|
||||||
margin-top: var(--menu-item-icon-vert-offset);
|
transform: translateY(var(--menu-item-icon-vert-offset));
|
||||||
color: var(--menu-item-icon-color) !important;
|
color: var(--menu-item-icon-color) !important;
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Menu item keyboard shortcut */
|
/* Menu item keyboard shortcut */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user