diff --git a/src/components/Channel.vue b/src/components/Channel.vue index 89f603a2..1df366a1 100644 --- a/src/components/Channel.vue +++ b/src/components/Channel.vue @@ -3,13 +3,17 @@

{{ channel.name }}

-
-
- + +
+ +
+
+ -

{{ item.title }}

+ {{ item.title }}
- {{ timeFormat(item.duration) }} +
+ {{ timeFormat(item.duration) }}
diff --git a/src/components/TrendingPage.vue b/src/components/TrendingPage.vue index a030fc2d..37cf4ff0 100644 --- a/src/components/TrendingPage.vue +++ b/src/components/TrendingPage.vue @@ -1,7 +1,9 @@