From b7b49110da4b936b63dcf1071c314b3e642021ff Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 26 Mar 2026 13:59:14 +0000 Subject: [PATCH] fix: login page width 100% to center within flex #app container --- src/static/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/app.css b/src/static/css/app.css index 1320bc8..c4ac4f3 100644 --- a/src/static/css/app.css +++ b/src/static/css/app.css @@ -460,6 +460,7 @@ input::placeholder { color: var(--text-muted); font-weight: 400; } display: flex; align-items: center; justify-content: center; + width: 100%; min-height: 100vh; background: var(--bg); /* Subtle grid pattern */