Skip to content

Commit f52866c

Browse files
committed
align loading to center
1 parent b0a3f25 commit f52866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</select>
4545
</header>
4646
{#await visits}
47-
<div class="h-full text-center">
47+
<div class="flex h-full items-center justify-center text-center">
4848
<span class="loading loading-bars loading-lg"></span>
4949
</div>
5050
{:then visits}

0 commit comments

Comments
 (0)