From 93eefd877538c6325eff16ccf67f2729e22b32fb Mon Sep 17 00:00:00 2001 From: Ara Date: Tue, 10 May 2022 12:23:21 -0400 Subject: [PATCH] UI changes, resized and moved the trending icon, and separated the video items --- src/App.vue | 2 ++ src/components/NavBar.vue | 5 ++++- src/components/TrendingPage.vue | 4 +--- src/components/VideoItem.vue | 28 +++++++++++++++++++--------- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/src/App.vue b/src/App.vue index a19259d7..8d4a44f5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -102,6 +102,8 @@ b { .video-grid { @apply grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 col-auto -