Skip to content

Commit 79fe261

Browse files
committed
fix: items with hotkeys having slightly bigger height
1 parent 3477e08 commit 79fe261

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/4-user-interface/quick-switcher_command-palette.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ body:not(.is-mobile) .prompt .suggestion-item {
9999
position: relative;
100100
}
101101

102+
/* FIX items with hotkey info having slightly higher height, even in Obsidian
103+
* default theme (suggestion-aux = hotkey info) */
104+
.prompt .suggestion-aux {
105+
line-height: 1;
106+
}
107+
102108
body:not(.is-mobile) .prompt .suggestion-prefix.suggestion-prefix {
103109
position: absolute;
104110
top: 5px;

0 commit comments

Comments
 (0)