From 0dcc0bc8234eb1661ba2ab3b60dd33b6ec351b24 Mon Sep 17 00:00:00 2001 From: etalon Date: Sat, 13 Jun 2026 12:53:15 +0200 Subject: [PATCH] fix: align login buttons; move helper links to their own line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Log in / Continue with SSO now sit in a wrapping button row; "Forgot password? · Create an account" moves to a left-aligned line below instead of being crammed beside the button (where "Create an account" wrapped and misaligned). Co-Authored-By: Claude Fable 5 --- web/static/css/app.css | 1 + web/templates/login.html | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/web/static/css/app.css b/web/static/css/app.css index 3ba8e34..d2fe173 100644 --- a/web/static/css/app.css +++ b/web/static/css/app.css @@ -566,6 +566,7 @@ body[data-nav=side] #tab-audit { .muted { color: var(--muted); } .spread { display: flex; justify-content: space-between; align-items: center; gap: 16px; } +.login-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 16px; } .stack > * + * { margin-top: 16px; } .mt { margin-top: 16px; } diff --git a/web/templates/login.html b/web/templates/login.html index 7013c0e..2ab7267 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -16,15 +16,13 @@ -
+ - {{if .OIDCEnabled}} - - {{end}} +

+ Forgot password? · Create an account +

{{end}}