From 5f0ed9e491f4f40142f87840d7a2f53c7864e9a3 Mon Sep 17 00:00:00 2001 From: carlssonemil Date: Wed, 21 Jul 2021 08:47:23 +0200 Subject: [PATCH] Move video duration to thumbnail --- src/components/FeedPage.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue index 5b95ce8e..2ce13ffd 100644 --- a/src/components/FeedPage.vue +++ b/src/components/FeedPage.vue @@ -18,7 +18,14 @@ >
- thumbnail +
+ thumbnail + {{ timeFormat(video.duration) }} +

{{ video.title }}

@@ -42,10 +49,6 @@
- {{ timeFormat(video.duration) }} - -
-