Fix login: show link instead of popup, add code paste UI

This commit is contained in:
Zac Gaetano 2026-04-04 23:59:55 -04:00
parent 0d0b4019dc
commit 379d612388

View file

@ -758,3 +758,11 @@ body {
border-radius: 6px; font-size: 0.9rem; font-family: monospace;
}
.auth-code-input:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 2px rgba(37,99,235,0.15); }
/* ====== Header Auth Pending ====== */
.header-auth-pending { display: flex; align-items: center; gap: 0.5rem; }
.header-auth-link {
color: #93c5fd; font-size: 0.82rem; font-weight: 500;
text-decoration: underline; white-space: nowrap;
}
.header-auth-link:hover { color: #bfdbfe; }