fix(admin-invites): create card uses form-card style, align save/delete with select via align-self flex-end

This commit is contained in:
2026-07-06 08:21:54 +08:00
parent b10be81505
commit f0a4e704ea
2 changed files with 21 additions and 24 deletions

View File

@@ -289,7 +289,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
/* Admin invite form */
.admin-invite-form { display: flex; flex-wrap: wrap; gap: .5rem; align-items: flex-start; }
.aif-row { display: flex; flex-direction: column; gap: .3rem; }
.aif-field { display: flex; flex-direction: column; gap: .15rem; justify-content: flex-end; }
.aif-field { display: flex; flex-direction: column; gap: .15rem; }
.aif-grow { flex: 1 1 200px; min-width: 0; }
.aif-label { font-size: .8rem; color: var(--text-muted); line-height: 1.2; }
.aif-input, .aif-select { width: 100%; padding: .45rem .65rem; border: 1px solid var(--border); border-radius: 6px; font-size: .9rem; background: #fff; line-height: 1.3; }