fix: improve WCAG compliance and mobile editor height

- Add aria-describedby to password inputs for screen readers
- Connect hint text to input via id reference
- Increase mobile editor min-height to 50vh
This commit is contained in:
2025-12-25 15:28:11 +01:00
parent 3cbb404781
commit 935969a80c
3 changed files with 6 additions and 6 deletions

View File

@@ -989,11 +989,11 @@ input:checked + .toggle-slider::before {
}
.editor-section {
min-height: 200px;
min-height: 50vh;
}
.editor-content {
min-height: 150px;
min-height: 40vh;
}
.preview-wrapper {