mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-19 17:57:05 +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 -->
|
||||
<div flex justify-between>
|
||||
<NuxtLink
|
||||
flex items-end gap-4
|
||||
flex items-end gap-3
|
||||
py2 px-5
|
||||
text-2xl
|
||||
select-none
|
||||
|
|
|
@ -66,6 +66,7 @@ const activate = () => {
|
|||
bg-transparent
|
||||
outline="focus:none"
|
||||
pe-4
|
||||
ml-1
|
||||
select-none
|
||||
:placeholder="isHydrated ? t('nav.search') : ''"
|
||||
pb="1px"
|
||||
|
|
Loading…
Reference in a new issue