ui fix
This commit is contained in:
parent
f743fbf18d
commit
a53ed9e17f
@ -298,7 +298,7 @@ async function plotData()
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
|
||||
{#if rawData?.length !== 0}
|
||||
<div class="grid grid-cols-1 gap-2">
|
||||
<div class="text-white p-3 sm:p-5 mb-10 rounded-lg sm:flex sm:flex-row sm:items-center border border-slate-800 text-sm sm:text-[1rem]">
|
||||
<svg class="w-6 h-6 flex-shrink-0 inline-block sm:mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="#a474f6" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m-4 48a12 12 0 1 1-12 12a12 12 0 0 1 12-12m12 112a16 16 0 0 1-16-16v-40a8 8 0 0 1 0-16a16 16 0 0 1 16 16v40a8 8 0 0 1 0 16"/></svg>
|
||||
@ -405,8 +405,15 @@ async function plotData()
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
{:else}
|
||||
<h2 class="mt-16 flex justify-center items-center text-2xl font-medium text-white mb-5 m-auto">
|
||||
No data available
|
||||
</h2>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
{:else}
|
||||
<div class="w-full flex justify-center items-center h-80">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user