mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(style) add min-width to shortcut note of the search button so that the nav bar does not jump horizontally
This commit is contained in:
parent
e4eaf8b651
commit
b608274450
@ -26,9 +26,11 @@
|
|||||||
<Icon v="search" :size="1.6" />
|
<Icon v="search" :size="1.6" />
|
||||||
<br>
|
<br>
|
||||||
<T>search.header</T>
|
<T>search.header</T>
|
||||||
<ClientOnly>
|
<span class="d-inline-block" style="min-width: 5em">
|
||||||
<kbd class="bg-light text-dark border">{{ isMac ? '⌘K' : 'Ctrl+K' }}</kbd>
|
<ClientOnly>
|
||||||
</ClientOnly>
|
<kbd class="bg-light text-dark border">{{ isMac ? '⌘K' : 'Ctrl+K' }}</kbd>
|
||||||
|
</ClientOnly>
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<div class="nav-item flex-grow-0" @mouseenter="hoverItem = null">
|
<div class="nav-item flex-grow-0" @mouseenter="hoverItem = null">
|
||||||
<VersionDropdown end />
|
<VersionDropdown end />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user