Various minor styling tweaks

This commit is contained in:
Maciej Pędzich 2022-07-20 21:41:41 +02:00
parent 64b5d7c7a4
commit 5a5516e10f
3 changed files with 6 additions and 8 deletions

View File

@ -94,7 +94,7 @@ watch(chartPeriod, async () => await refresh());
:disabled="pending"
/>
</p>
<ProgressSpinner v-if="pending" />
<ProgressSpinner v-if="pending" class="mt-3" />
<p v-else-if="error">
Something went wrong while fetching follwer growth data
</p>

View File

@ -36,12 +36,10 @@ const {
<template>
<NuxtLayout name="centered-content">
<ClientOnly>
<p v-if="error">
Something went wrong while fetching the longest standing tracks
</p>
<SnapshotTrackEntries :loading="pending" :tracks="tracks" page="stats" />
</ClientOnly>
</NuxtLayout>
</template>

View File

@ -1,6 +1,6 @@
<template>
<div class="md:text-lg text-base">
<p class="mt-0 text-center">
<p class="mt-0 mb-4 text-center">
Click on a highlighted date to show a snapshot captured that day.
</p>
<ClientOnly>