fix(client): positioning of keyboard shortcuts on legacy theme (closes #685)

This commit is contained in:
Elian Doran 2025-01-17 23:46:19 +02:00
parent fdbc33aa23
commit 11009a5af8
No known key found for this signature in database

View File

@ -360,6 +360,7 @@ body.desktop .dropdown-menu {
.dropdown-menu:not(#context-menu-container) .dropdown-item, .dropdown-menu:not(#context-menu-container) .dropdown-item,
#context-menu-container .dropdown-item > span { #context-menu-container .dropdown-item > span {
display: flex; display: flex;
align-items: center;
} }
.dropdown-menu kbd { .dropdown-menu kbd {
@ -369,8 +370,6 @@ body.desktop .dropdown-menu {
border: none; border: none;
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
/* 0 padding needed otherwise this increases the size of dropdown after dynamic positioning (which is then screwed) */
padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
} }