mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Equalize heights on the playlist page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user