From dcd1203d314520fed9a74f56a47a908a70d4050c Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Mon, 3 Aug 2026 22:36:40 -0400 Subject: [PATCH] fix width of passkey button --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 21314c5..5226c7c 100644 --- a/static/style.css +++ b/static/style.css @@ -105,6 +105,7 @@ textarea:focus { border-color: var(--deep-sage); box-shadow: 0 0 0 4px rgba(85, .auth-card { width: min(100%, 480px); margin: 7vh auto 0; padding: clamp(27px, 6vw, 54px); border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 253, 248, .9); box-shadow: var(--shadow); } .auth-card .button { margin-top: 11px; } +#passkey-login { width: 100%; } .auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0 4px; color: var(--muted); font-size: .8rem; } .auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); } .passkey-list { display: grid; gap: 8px; margin-bottom: 16px; }