From 4899c9717c0fdee5594e0bc6279cf8cc6c852d61 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:46:29 +0000 Subject: [PATCH] Port more classes. --- src/App.vue | 18 ++++++++++-- src/components/FeedPage.vue | 4 +-- src/components/HistoryPage.vue | 2 +- src/components/ImportPage.vue | 2 +- src/components/LoginPage.vue | 6 ++-- src/components/Navigation.vue | 10 +++++-- src/components/Player.vue | 2 +- src/components/Preferences.vue | 48 ++++++-------------------------- src/components/RegisterPage.vue | 6 ++-- src/components/SearchResults.vue | 2 +- src/components/VideoItem.vue | 33 +++++++++++----------- src/components/WatchVideo.vue | 2 +- 12 files changed, 60 insertions(+), 75 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0182a699..c3c065d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -117,14 +117,28 @@ b { } .btn { - @apply py-2 px-4 rounded bg-dark-400; + @apply py-2 px-4 rounded; } .dark { @apply text-white bg-dark-800; } +.dark .input, +.dark .select, +.dark .btn { + @apply text-gray-400 bg-dark-400 w-auto; +} + +.dark hr { + @apply border-dark-100; +} + h1 { - @apply text-2xl font-bold; + @apply m-0 !text-5xl font-bold; +} + +hr { + @apply !mt-2 !mb-3; } diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue index 42fcf7fc..94b9def3 100644 --- a/src/components/FeedPage.vue +++ b/src/components/FeedPage.vue @@ -9,9 +9,9 @@ - + -