mirror of
https://github.com/TeamPiped/Piped
synced 2025-11-08 00:10:05 +01:00
Merge pull request #3309 from Bnyro/master
fix: add spacing between related videos
This commit is contained in:
commit
e40678d5a7
@ -265,6 +265,7 @@
|
|||||||
v-for="related in video.relatedStreams"
|
v-for="related in video.relatedStreams"
|
||||||
:key="related.url"
|
:key="related.url"
|
||||||
:item="related"
|
:item="related"
|
||||||
|
class="mb-4"
|
||||||
height="94"
|
height="94"
|
||||||
width="168"
|
width="168"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user