From d9283b27627fb6132fa9500a26caf3bd3f1b1da4 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:46:33 +0000 Subject: [PATCH] Fix navbar. --- src/App.vue | 6 +++++- src/components/Navigation.vue | 16 ++++++++-------- src/components/Playlist.vue | 1 - src/components/VideoItem.vue | 2 +- src/components/WatchVideo.vue | 4 ++-- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6d65a2e5..b0794622 100644 --- a/src/App.vue +++ b/src/App.vue @@ -127,7 +127,11 @@ b { .dark .input, .dark .select, .dark .btn { - @apply text-gray-400 bg-dark-400 w-auto; + @apply text-gray-400 bg-dark-400 w-auto h-full; +} + +.input { + @apply pl-2.5; } .dark hr { diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index 7d6191b9..479bcef1 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -1,8 +1,8 @@