From 78f7c13298c77eb45d3d6ec614ea1758a62f7ec0 Mon Sep 17 00:00:00 2001 From: Ugric Date: Fri, 30 Jan 2026 05:57:55 +0000 Subject: [PATCH] fix login size --- static/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index 56f4afd..c361d66 100644 --- a/static/styles.css +++ b/static/styles.css @@ -46,7 +46,6 @@ body::before { inset: 0px; width: fit-content; height: fit-content; - max-width: 100vw; max-height: 100dvh; margin: auto; background: var(--background); @@ -58,7 +57,6 @@ body::before { display: flex; flex-direction: column; align-items: center; - width: 300px; } input {