fix: navbutton link should take up whole height

This commit is contained in:
dusk 2024-09-23 06:09:25 +03:00
parent 7a53e95f26
commit d0f3c27e0a
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -15,7 +15,7 @@
> >
<a <a
class=" class="
flex gap-1 items-center justify-center align-middle text-center max-h-full flex gap-1 items-center justify-center align-middle text-center h-full
{highlight {highlight
? 'text-ralsei-pink-regular app-selected-route' ? 'text-ralsei-pink-regular app-selected-route'
: 'text-ralsei-green-light hover:underline'} : 'text-ralsei-green-light hover:underline'}