mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-20 10:55:18 +03:00
fix: align all on the same vertical line
This commit is contained in:
parent
53b37a1cfb
commit
2bdbb4fdf4
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ router.afterEach(() => {
|
||||||
<!-- Use external to force refresh page and jump to top of timeline -->
|
<!-- Use external to force refresh page and jump to top of timeline -->
|
||||||
<div flex justify-between>
|
<div flex justify-between>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
flex items-end gap-4
|
flex items-end gap-3
|
||||||
py2 px-5
|
py2 px-5
|
||||||
text-2xl
|
text-2xl
|
||||||
select-none
|
select-none
|
||||||
|
|
|
@ -66,6 +66,7 @@ const activate = () => {
|
||||||
bg-transparent
|
bg-transparent
|
||||||
outline="focus:none"
|
outline="focus:none"
|
||||||
pe-4
|
pe-4
|
||||||
|
ml-1
|
||||||
select-none
|
select-none
|
||||||
:placeholder="isHydrated ? t('nav.search') : ''"
|
:placeholder="isHydrated ? t('nav.search') : ''"
|
||||||
pb="1px"
|
pb="1px"
|
||||||
|
|
Loading…
Reference in a new issue