sendou.ink/app/components/StageSelect.module.css
2025-12-18 20:29:40 +02:00

21 lines
262 B
CSS

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