feat: continue style experiments

This commit is contained in:
patak 2023-01-05 12:33:00 +01:00
parent 1c2c4a251e
commit 640075fed1
7 changed files with 17 additions and 16 deletions

View file

@ -14,7 +14,7 @@ defineProps<{
pt="[env(safe-area-inset-top,0)]"
border="b base" bg="[rgba(var(--c-bg-base-rgb),0.7)]"
>
<div flex justify-between px5 py2>
<div :class="{ 'xl:hidden': !back }" flex justify-between px5 py2>
<div flex gap-3 items-center overflow-hidden py2>
<NuxtLink
v-if="backOnSmallScreen || back" flex="~ gap1" items-center btn-text p-0