Video watch add space between recommended videos

This commit is contained in:
Karlis Cudars 2021-10-24 01:49:26 +03:00
parent 137bc1f074
commit 7f46794f6c

View file

@ -144,7 +144,7 @@
v-show="showRecs || !smallView"
:key="related.url"
class="uk-tile-default uk-width-auto"
:style="[{ background: backgroundColor }]"
:style="[{ background: backgroundColor, marginBottom: '17px' }]"
>
<VideoItem :video="related" height="94" width="168" />
</div>