Make missing-vote warning stack above slider and color red
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user