Update profile modal: username text + publish checkbox + editable fields

This commit is contained in:
Kato
2026-09-02 20:14:25 +00:00
parent 89c8a36d8b
commit 890e6c0ad2
3 changed files with 72 additions and 25 deletions
+2
View File
@@ -83,6 +83,8 @@ a:hover { text-decoration: underline; }
.modal-content { background: var(--white); padding: 32px; border-radius: 16px; width: 90%; max-width: 500px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.modal-content h3 { margin-bottom: 24px; }
.close-btn { position: absolute; top: 16px; right: 20px; font-size: 24px; cursor: pointer; color: #6b7280; }
.username-display { padding: 12px 0; font-size: 1.1rem; font-weight: 600; color: var(--black); }
.profile-form .hidden { display: none; }
.login-panel h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--gray2); }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }