From e95e81112b9fd2bd428de89d6e4bce8209fd0444 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Wed, 9 Jul 2025 07:25:57 +0200 Subject: [PATCH] feat: improve looks of auth page --- layouts/auth.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/layouts/auth.vue b/layouts/auth.vue index 28943ea..0c4ad41 100644 --- a/layouts/auth.vue +++ b/layouts/auth.vue @@ -122,18 +122,22 @@ async function showUser(e: Event) { align-items: center; } -#auth-form-container, -#auth-form-container form { +#auth-form-container { display: flex; - width: 50dvw; + width: 20dvw; flex-direction: column; align-items: center; + text-align: center; gap: 1em; + margin-bottom: 2dvh; } #auth-form-container form { + display: flex; + flex-direction: column; text-align: left; margin-top: 10dvh; + gap: 1em; } #instance-error-container {