fix search button <kbd> too wide on mac

This commit is contained in:
Andrea Vos 2025-01-29 21:19:09 +01:00
parent 1e030baafc
commit 28d624b6d1

View File

@ -26,7 +26,7 @@
<Icon v="search" :size="1.6" />
<br>
<T>search.header</T>
<span class="d-inline-block" style="min-width: 5em">
<span class="d-inline-block" style="min-width: 2em">
<ClientOnly>
<kbd class="bg-light text-dark border">{{ isMac ? '⌘K' : 'Ctrl+K' }}</kbd>
</ClientOnly>