fix login size

This commit is contained in:
Ugric
2026-01-30 05:57:55 +00:00
parent 9993ef421f
commit 78f7c13298

View File

@@ -46,7 +46,6 @@ body::before {
inset: 0px; inset: 0px;
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
max-width: 100vw;
max-height: 100dvh; max-height: 100dvh;
margin: auto; margin: auto;
background: var(--background); background: var(--background);
@@ -58,7 +57,6 @@ body::before {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 300px;
} }
input { input {