feat: add profile rename, all postcard fields required

This commit is contained in:
2026-07-05 19:00:25 +08:00
parent 5aa8b7e7f2
commit d7850d200f
4 changed files with 32 additions and 15 deletions

View File

@@ -53,6 +53,8 @@ input[type="text"] + label, input[type="password"] + label, input[type="datetime
.form-row .btn { white-space: nowrap; flex-shrink: 0; }
.filter-bar .form-row select { flex: 0 0 auto; width: auto; }
.inline-form { margin-bottom: 1.25rem; }
.rename-form { display: inline-flex; gap: .35rem; align-items: center; margin-right: .5rem; }
.rename-form input[type="text"] { width: 120px; flex: none; }
/* Buttons */
.btn { display: inline-block; padding: .5rem 1rem; border: 1px solid var(--border); border-radius: 6px; background: #fff; cursor: pointer; font-size: .9rem; text-align: center; white-space: nowrap; }