Skip to content

Commit e9ca33d

Browse files
authored
Fix a style issue where the ⌘ and K characters in the search bar were mismatched heights (#2001)
1 parent b9e98c4 commit e9ca33d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/lib/search/Search.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@
3636
display: none;
3737
}
3838
}
39+
40+
.shortcut kbd {
41+
font-family: system-ui, sans-serif;
42+
font-size: var(--font-size-xs);
43+
}
3944
</style>

0 commit comments

Comments
 (0)