Fix navbar.

This commit is contained in:
FireMasterK
2021-12-27 14:46:33 +00:00
parent d0c45650de
commit d9283b2762
5 changed files with 16 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<div class="uk-text-secondary">
<router-link class="uk-text-emphasis" :to="video.url">
<img :height="height" :width="width" class="w-full" :src="video.thumbnail" alt="" loading="lazy" />
<div class="relative">
<div class="relative text-sm">
<span v-if="video.duration" class="thumbnail-overlay bottom-5px right-5px" style="padding: 0 5px">{{
timeFormat(video.duration)
}}</span>