From b8912aa671281ee577981a2a481d8c2b233d2938 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 25 Jul 2025 01:09:04 +0400 Subject: [PATCH] refac: styling --- src/routes/auth/+page.svelte | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index d9ee207dc3..5017023442 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -172,28 +172,17 @@ }} /> -
+
{#if loaded} -
-
-
- -
-
-
+
{#if ($config?.features.auth_trusted_header ?? false) || $config?.features.auth === false} @@ -515,5 +504,19 @@ {/if}
+ +
+
+
+ +
+
+
{/if}