Graph fixes

This commit is contained in:
2026-06-26 01:31:19 -04:00
parent 738f13e745
commit efd08cbabe
5 changed files with 15 additions and 8 deletions

View File

@@ -80,8 +80,7 @@ onMounted(async () => {
</div>
<div v-else class="strip">
<div v-for="d in filler" class="day">
<div class="day-name w-100 br-2 overflow-hidden pos-rel"><Loading /></div>
<div class="br-2 overflow-hidden pos-rel mb-2" style="height: 80px; width: 80px;"><Loading /></div>
<div class="br-2 overflow-hidden pos-rel my-2" style="height: 50px; width: 50px;"><Loading /></div>
<div class="day-temps mb-2">
<div class="br-2 overflow-hidden pos-rel" style="width: 50px; height: 1em"><Loading/></div>
<div class="br-2 overflow-hidden pos-rel" style="width: 50px; height: 1em"><Loading/></div>

View File

@@ -171,9 +171,9 @@ onUnmounted(() => {
<Precipitation class="mb-3" />
<Wind class="mb-3" />
<Seismic class="mb-3" />
<Sun class="mb-3" />
<Moon class="mb-2" />
<Moon class="mb-3" />
<Seismic class="mb-3" />
<div class="align-x">
<a :href="BASE + '/docs'" style="font-size: 0.75em;" target="_blank">OpenAPI Docs</a> | <a href="https://zakscode.com" style="font-size: 0.75em;" target="_blank">ZaksCode</a>