Port more classes.

This commit is contained in:
FireMasterK
2021-12-27 14:46:29 +00:00
parent 5b59c54904
commit 4899c9717c
12 changed files with 60 additions and 75 deletions

View File

@@ -134,7 +134,7 @@
v-for="related in video.relatedStreams"
v-show="showRecs || !smallView"
:key="related.url"
class="uk-tile-default uk-width-auto"
class="uk-tile-default w-auto"
:style="[{ background: backgroundColor }]"
>
<VideoItem :video="related" height="94" width="168" />