Make missing-vote warning stack above slider and color red

This commit is contained in:
2026-02-04 22:57:48 +01:00
parent 13c8bb6194
commit 8a4b119070
2 changed files with 19 additions and 4 deletions

View File

@@ -157,6 +157,19 @@ button .chip {
gap: 8px;
align-items: center;
}
.warning-text {
color: #b23b3b;
font-weight: 600;
margin-bottom: 6px;
}
.vote-row {
display: grid;
grid-template-columns: 1fr auto auto;
align-items: center;
gap: 8px;
}
.vote-controls {
display: flex;
gap: 10px;