From 1c03633c626f2c511d0ea419d38c77e3dcd62560 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 31 Oct 2021 17:44:36 +0000 Subject: [PATCH] Remove all non-essential js related to uikit. (#585) * Remove all non-essential js related to uikit. * Add padding to the bottom of the grid. --- src/App.vue | 4 ++++ src/components/Channel.vue | 2 +- src/components/FeedPage.vue | 2 +- src/components/HistoryPage.vue | 2 +- src/components/Navigation.vue | 2 +- src/components/Playlist.vue | 2 +- src/components/SearchResults.vue | 2 +- src/components/TrendingPage.vue | 2 +- src/components/WatchVideo.vue | 2 +- src/main.js | 1 - 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2de60b3e..f530fb27 100644 --- a/src/App.vue +++ b/src/App.vue @@ -115,4 +115,8 @@ b { * { scrollbar-color: #15191a #444a4e; } + +.uk-grid > div { + padding-bottom: 1vh; +} diff --git a/src/components/Channel.vue b/src/components/Channel.vue index fe244e51..4447d7dc 100644 --- a/src/components/Channel.vue +++ b/src/components/Channel.vue @@ -21,7 +21,7 @@
-
+
-
+
-
+