From 7f46794f6cce2d59f899b5db65cb17916b9805d2 Mon Sep 17 00:00:00 2001 From: Karlis Cudars Date: Sun, 24 Oct 2021 01:49:26 +0300 Subject: [PATCH] Video watch add space between recommended videos --- src/components/WatchVideo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index ad7c638f..333b7e49 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -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' }]" >