fix: add kbd tags to validation messages for clarity

- Wrap HTML element names in <kbd> tags in all validation messages
- Apply consistent formatting to both English and German lessons
- Make hints clearer about which elements/attributes to use
- Fix mobile editor layout overflow issue
This commit is contained in:
2025-12-25 15:55:26 +01:00
parent 935969a80c
commit 31407dcb51
27 changed files with 230 additions and 222 deletions

View File

@@ -976,24 +976,32 @@ input:checked + .toggle-slider::before {
.left-panel,
.right-panel {
width: 100%;
min-height: 50vh;
flex-shrink: 0;
border-right: none;
}
.left-panel {
min-height: 80vh;
border-bottom: 1px solid var(--border-color);
}
.right-panel {
min-height: 50vh;
}
.instructions {
max-height: 30vh;
max-height: 25vh;
overflow-y: auto;
}
.editor-section {
flex: 1;
min-height: 50vh;
}
.editor-content {
min-height: 40vh;
flex: 1;
min-height: 45vh;
}
.preview-wrapper {