style(next): alignment of dropdown keyboard shortcuts

This commit is contained in:
Elian Doran 2025-01-17 23:47:29 +02:00
parent 11009a5af8
commit 229f473f8b
No known key found for this signature in database

View File

@ -1021,6 +1021,7 @@ html body .dropdown-item.disabled {
font-family: unset !important; font-family: unset !important;
font-size: unset !important; font-size: unset !important;
color: var(--menu-item-keyboard-shortcut-color) !important; color: var(--menu-item-keyboard-shortcut-color) !important;
padding-top: 0;
} }
.dropdown-divider { .dropdown-divider {