feat(css): increase auth-modal width

This commit is contained in:
2026-02-05 14:52:51 +01:00
parent 50513da570
commit 8c5ad2d6e8

View File

@@ -359,7 +359,7 @@ style.textContent = /* css */`
border-radius: var(--radius-lg);
padding: var(--space-xl);
width: 100%;
max-width: 420px;
max-width: 425px;
position: relative;
box-shadow: var(--shadow-xl);
}