From 3a8a19f349814913da445e3e21e93ff8557d9190 Mon Sep 17 00:00:00 2001 From: TLSM Date: Thu, 13 Jul 2023 02:34:22 -0400 Subject: [PATCH] Fix form vertical alignment Root cause was the splash image element was taller than the viewport, and the form element was vertically centered along with that. This never occured upstream because the splash image was always some low-res garbage that had to be stretched to fill and didn't naturally want to be taller. --- files/templates/login/authforms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/login/authforms.html b/files/templates/login/authforms.html index dfd7c2087..b492f469e 100644 --- a/files/templates/login/authforms.html +++ b/files/templates/login/authforms.html @@ -51,7 +51,7 @@ -
+
cover