mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
New VoD form UI improvements (#2667)
This commit is contained in:
20
app/components/StageSelect.module.css
Normal file
20
app/components/StageSelect.module.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user