sendou.ink/app/features/vods/routes/vods.module.css
2025-10-26 20:24:04 +02:00

11 lines
127 B
CSS

.listingList {
display: flex;
flex-wrap: wrap;
gap: var(--s-6);
justify-content: center;
}
.typeSelect {
width: 220px;
}