fix: unify ntfy URL input styling with rest of manage-form inputs
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:
agentbox
2026-08-01 06:37:20 +00:00
parent 710cd1fbf9
commit 8466a6e029
+2
View File
@@ -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 { 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 h4 { margin-bottom: 8px; font-size: 0.9rem; }
.manage-form .hint { margin-bottom: 8px; } .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; } .manage-form input[type="password"] { width: 100%; padding: 6px 10px; border: 1px solid var(--border); border-radius: 4px; margin-bottom: 8px; }
/* ── Language footer ── */ /* ── Language footer ── */