improved questionnaire editor glass scales
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-06-06 16:28:10 +02:00
parent d68b2b267d
commit e5ae48c02e
7 changed files with 388 additions and 30 deletions

View File

@ -2603,3 +2603,25 @@ select:disabled {
text-align: center;
color: var(--text-secondary);
}
/* Glass-scale symptom rows in editor */
.glass-symptoms-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.glass-symptom-row {
padding: 10px 12px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: 6px;
}
.glass-symptoms-empty {
padding: 12px;
color: var(--text-secondary);
font-size: .85rem;
font-style: italic;
}