From 11e9f419d4078a525063407c8054930b662bcef7 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 3 Dec 2024 03:25:45 -0500 Subject: Fix auth --- main.css | 8 ++++++-- templates/auth/index.html | 8 +++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/main.css b/main.css index c45a96b..76994ac 100644 --- a/main.css +++ b/main.css @@ -358,14 +358,18 @@ 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; + text-align: center; } #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 3cc6f08..67e1460 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -28,9 +28,11 @@ CONFIG_SUBST - click here to register or reset password -
- login failed. either you used the wrong credentials or something is messed up on my end :3 +
+ 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