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

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-25 15:28:11 +01:00
parent 3c34cea37b
commit 6f550a36ea
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 {