New VoD form UI improvements (#2667)

This commit is contained in:
Kalle
2025-12-18 20:29:40 +02:00
committed by GitHub
parent 457f747f7a
commit 85f246ef06
41 changed files with 530 additions and 50 deletions

View 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;
}