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 @@