mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-23 05:00:19 +00:00
Fix navbar.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user