fix: unify ntfy URL input styling with rest of manage-form inputs
CI / test-and-package (push) Successful in 38s
CI / test-and-package (push) Successful in 38s
Add .manage-form label styling and .manage-form input[type="text"] rule to match the existing password input styling, so the ntfy topic URL field looks consistent with the rest of the UI.
This commit is contained in:
@@ -231,6 +231,8 @@ body {
|
||||
.manage-form { flex: 1; min-width: 220px; padding: 12px; border: 1px solid var(--border); border-radius: var(--radius); }
|
||||
.manage-form h4 { margin-bottom: 8px; font-size: 0.9rem; }
|
||||
.manage-form .hint { margin-bottom: 8px; }
|
||||
.manage-form label { display: block; margin: 12px 0 4px; font-weight: 500; font-size: 0.85rem; }
|
||||
.manage-form input[type="text"],
|
||||
.manage-form input[type="password"] { width: 100%; padding: 6px 10px; border: 1px solid var(--border); border-radius: 4px; margin-bottom: 8px; }
|
||||
|
||||
/* ── Language footer ── */
|
||||
|
||||
Reference in New Issue
Block a user