From 2f4a65d522c566b9784e31cd834ebf45d713d2a4 Mon Sep 17 00:00:00 2001 From: padreug Date: Thu, 31 Jul 2025 22:16:52 +0200 Subject: [PATCH] refactor: Enhance layout and responsiveness of Login components - Update LoginDialog.vue to improve maximum width settings for better adaptability across different screen sizes. - Adjust Login.vue to refine container padding and centering, ensuring a more consistent layout on various devices. --- src/components/auth/LoginDialog.vue | 2 +- src/pages/Login.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/auth/LoginDialog.vue b/src/components/auth/LoginDialog.vue index 1f2d592..485f1f8 100644 --- a/src/components/auth/LoginDialog.vue +++ b/src/components/auth/LoginDialog.vue @@ -125,7 +125,7 @@ function handleKeydown(event: KeyboardEvent) {