Added sidebar toggle

This commit is contained in:
Alexis
2025-04-29 09:28:49 +02:00
parent a5f7e1ded9
commit 387597755d
2 changed files with 38 additions and 15 deletions

View File

@@ -37,8 +37,8 @@ const isToday = computed(() => getDifferenceInDays(defaultDate, selectedDate.val
<template #fallback>
<div class="flex items-center gap-1">
<UiSkeleton class="h-8 w-64" />
<UiSkeleton class="h-6 w-28" />
<UiSkeleton class="h-8 w-64 max-md:max-w-full" />
<UiSkeleton class="max-md:hidden h-6 w-28" />
</div>
</template>
</ClientOnly>