From 77010ccac429dd1ea59de1dc63c416de1d6b18e6 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Tue, 28 Dec 2021 00:04:20 +0000 Subject: [PATCH] Improve theming, and make auto theme work with media query. --- src/App.vue | 44 ++++++++++++++++++++++++---- src/components/Navigation.vue | 2 -- src/components/SearchResults.vue | 2 +- src/components/SearchSuggestions.vue | 26 ++++++++++++++-- src/components/VideoItem.vue | 8 ++--- src/main.js | 24 +-------------- 6 files changed, 67 insertions(+), 39 deletions(-) diff --git a/src/App.vue b/src/App.vue index 52740579..09e509ed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@