Loading animation

This commit is contained in:
2026-07-06 12:35:46 -04:00
parent f5cfd492f3
commit 88e6cc26f5

View File

@@ -64,7 +64,7 @@ const arc = computed(() => {
<div class="sun-card"> <div class="sun-card">
<div class="card-title">🌅 Sun</div> <div class="card-title">🌅 Sun</div>
<div v-if="!data" class="w-100 pos-rel br-2 overflow-hidden mx-auto" style="width: 100%; aspect-ratio: 1.5"><Loading /></div> <div v-if="!data" class="w-100 pos-rel br-2 overflow-hidden mx-auto" style="width: 100%; aspect-ratio: 3"><Loading /></div>
<template v-else> <template v-else>
<!-- Top labels --> <!-- Top labels -->