From 5f26394947d1150e2656bb22c5858ae5edcdcac7 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 24 Jul 2026 17:20:22 +0200 Subject: Polish the OTP flows: autocomplete tokens, button dialect, QR sizing, my-account link --- public/stylesheets/admin.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'public/stylesheets') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index fe702b09..23a9a581 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1619,3 +1619,33 @@ div#draft_list table td.actions a { max-height: 20em; overflow-y: auto; } + +/* ============================================================ + User section + ============================================================ */ + +form.otp_form { + margin-top: 0.75rem; +} + +form.otp_form input[type=password], +form.otp_form input[type=text] { + display: block; + margin-bottom: 0.5rem; +} + +.visually_hidden { + position: absolute; + width: 1px; + height: 1px; + overflow: hidden; + clip-path: inset(50%); + white-space: nowrap; +} + +.otp_qr svg { + width: 220px; + height: auto; + display: block; + margin-bottom: 0.5rem; +} -- cgit v1.3