VoDs better grid layout Closes #1296

This commit is contained in:
Kalle
2023-03-05 20:00:45 +02:00
parent 1be67269a8
commit 6cdbcc782b
2 changed files with 15 additions and 2 deletions

View File

@@ -1049,6 +1049,18 @@ function realVideo() {
startsAt: 1186,
weapons: [3040],
},
{
mode: "RM",
stageId: 2,
startsAt: 1386,
weapons: [3000],
},
{
mode: "TC",
stageId: 4,
startsAt: 1586,
weapons: [1110],
},
// there are other matches too...
],
});

View File

@@ -1,5 +1,6 @@
.vods__matches {
display: flex;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
flex-wrap: wrap;
column-gap: var(--s-4);
row-gap: var(--s-8);
@@ -38,7 +39,7 @@
.vods__match__mode {
position: absolute;
top: -15px;
right: 15px;
right: 20px;
}
.vods__listing__list {