Enhance layout and styling for improved UI consistency across components

This commit is contained in:
2026-03-28 21:53:31 +01:00
parent 5d365bc744
commit 1426536c88
5 changed files with 102 additions and 495 deletions

View File

@@ -52,7 +52,7 @@
/>
</figure>
</Card>
<div class="flex flex-wrap">
<div class="flex flex-wrap gap-2">
<button class="btn mt-2" onclick={logout}>{t("dashboard.buttons.logout")}</button>
{#if user.perms.includes("MODERATION")}
<a class="btn w-fit mt-2" href="/admin/new" data-astro-reload>{t("dashboard.buttons.admin")}</a>