Fix login: show link instead of popup, add code paste UI
This commit is contained in:
parent
0d0b4019dc
commit
379d612388
1 changed files with 8 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Reference in a new issue