feat(settings): improve email and push notification settings validation and state management

This commit is contained in:
Daniel Volz
2025-12-27 22:32:44 +01:00
parent d2324640f4
commit a3cb24ccfe
2 changed files with 42 additions and 35 deletions
+2 -2
View File
@@ -1213,8 +1213,8 @@ textarea {
white-space: pre-line;
text-transform: none;
letter-spacing: normal;
min-width: 200px;
max-width: 280px;
width: max-content;
max-width: 300px;
text-align: left;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
border: 1px solid var(--border-primary);