Skip to content

Commit

Permalink
change size of loading skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 13, 2024
1 parent 844022c commit 78aa153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stundenplan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span v-if="!isMounted" class="space-y-3">
<USkeleton class="mb-4 h-8 w-80" :ui="{ rounded: 'rounded-xl' }" />
<USkeleton class="mb-4 h-8 w-80" :ui="{ rounded: 'rounded-xl' }" />
<USkeleton class="mb-4 h-64 w-full" :ui="{ rounded: 'rounded-xl' }" />
<USkeleton class="mb-4 h-80 w-full" :ui="{ rounded: 'rounded-xl' }" />
</span>
<ClientOnly v-else>

Expand Down

0 comments on commit 78aa153

Please sign in to comment.