align admin dashboard settings
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 15s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 16s

This commit is contained in:
2025-06-16 13:05:36 +02:00
parent 019ef4d444
commit 8cc103510c

View File

@ -96,7 +96,8 @@
<div class="flex flex-col gap-5">
{#each setting.entries as entry (entry.name)}
<label class="flex justify-between">
<span class="mt-[.125rem] text-sm">{entry.name}</span>
<span class="mt-[.125rem] text-sm w-1/2">{entry.name}</span>
<div class="w-1/2">
{#if entry.type === 'checkbox'}
<input
type="checkbox"
@ -127,6 +128,7 @@
}}
></textarea>
{/if}
</div>
</label>
{/each}
</div>