From cf2ccff977a661e07df371dc28dd3144e9172eb8 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 3 Dec 2024 03:30:40 -0500 Subject: These are fun --- main.css | 12 ++++++------ templates/auth/index.html | 36 ++++++++++++++++++------------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/main.css b/main.css index 76994ac..c37c7bb 100644 --- a/main.css +++ b/main.css @@ -342,9 +342,12 @@ a.lcolonq-button-link :active { grid-template-columns: 1fr 2fr 1fr; } -.lcolonq-auth-box { +.lcolonq-auth-box-outer { grid-row: 2; grid-column: 2; +} + +.lcolonq-auth-box { display: flex; justify-content: center; gap: 1rem; @@ -358,11 +361,6 @@ a.lcolonq-button-link :active { display: none; } -#lcolonq-auth-beneath { - grid-row: 3; - grid-column: 2; -} - #lcolonq-auth-register { font-size: 0.7rem; color: CanvasText; @@ -370,6 +368,8 @@ a.lcolonq-button-link :active { } #lcolonq-auth-error { + grid-row: 3; + grid-column: 2; text-align: center; color: red; } diff --git a/templates/auth/index.html b/templates/auth/index.html index 67e1460..a4ff4ac 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -14,25 +14,25 @@ CONFIG_SUBST
-
-

log in

-
-
- - -
-
- - -
- -
-
-
- click here to register or reset password -
- login failed. either you used the wrong credentials or something is messed up on my end :3 +
+
+

log in

+
+
+ + +
+
+ + +
+ +
+ click here to register or reset password +
+
+ login failed. either you used the wrong credentials or something is messed up on my end :3
-- cgit v1.2.3