From 11009a5af8af049cbea93188d7bd6d7cb02ae168 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 17 Jan 2025 23:46:19 +0200 Subject: [PATCH] fix(client): positioning of keyboard shortcuts on legacy theme (closes #685) --- src/public/stylesheets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 939238d3f..16a76ba65 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -360,6 +360,7 @@ body.desktop .dropdown-menu { .dropdown-menu:not(#context-menu-container) .dropdown-item, #context-menu-container .dropdown-item > span { display: flex; + align-items: center; } .dropdown-menu kbd { @@ -369,8 +370,6 @@ body.desktop .dropdown-menu { border: none; background-color: transparent; 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; }