mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
fix search button <kbd> too wide on mac
This commit is contained in:
parent
1e030baafc
commit
28d624b6d1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user