fix: align all on the same vertical line

This commit is contained in:
Michel EDIGHOFFER 2023-01-17 20:21:00 +01:00
parent 53b37a1cfb
commit 2bdbb4fdf4
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -66,6 +66,7 @@ const activate = () => {
bg-transparent
outline="focus:none"
pe-4
ml-1
select-none
:placeholder="isHydrated ? t('nav.search') : ''"
pb="1px"