Equalize heights on the playlist page

This commit is contained in:
root
2021-11-04 02:26:24 +05:30
parent b2cb7fb679
commit d764f14c6e
+1 -1
View File
@@ -32,7 +32,7 @@
<v-row v-for="(chunk, chunkId) in chunkedByFour" :key="chunkId" class="mt-4">
<v-col md="3" v-for="video in chunk" :key="video.url">
<VideoItem :video="video" />
<VideoItem :video="video" max-height />
</v-col>
</v-row>
</v-col>