sendou.ink/app/components/StageSelect.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

17 lines
217 B
CSS

.item {
display: flex;
gap: var(--s-2);
align-items: center;
}
.stageImg {
border-radius: var(--radius-field);
}
.stageLabel {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
min-width: 0;
}