mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Video watch add space between recommended videos
This commit is contained in:
parent
137bc1f074
commit
7f46794f6c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue