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 @@ - + {{ $t("actions.sort_by") }} - + diff --git a/src/components/HistoryPage.vue b/src/components/HistoryPage.vue index c9903fa5..2964b1a6 100644 --- a/src/components/HistoryPage.vue +++ b/src/components/HistoryPage.vue @@ -7,7 +7,7 @@ {{ $t("actions.sort_by") }} - + diff --git a/src/components/ImportPage.vue b/src/components/ImportPage.vue index 2e7adf61..4f0a79de 100644 --- a/src/components/ImportPage.vue +++ b/src/components/ImportPage.vue @@ -11,7 +11,7 @@ Override: - Import + Import diff --git a/src/components/LoginPage.vue b/src/components/LoginPage.vue index f1d24480..b566bf4b 100644 --- a/src/components/LoginPage.vue +++ b/src/components/LoginPage.vue @@ -4,7 +4,7 @@ - + {{ $t("titles.login") }} diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index acd5b806..7e0676c8 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -1,5 +1,9 @@ - + - + - + @@ -89,40 +89,24 @@ - + {{ resolution }}p - + - + {{ country.name }} - + @@ -153,24 +137,13 @@ - + {{ language.name }} - + AV1 VP9 AVC (h.264) @@ -211,12 +184,7 @@ >{{ $t("actions.instance_selection") }}: - + {{ instance.name }} diff --git a/src/components/RegisterPage.vue b/src/components/RegisterPage.vue index 1f764838..17bbc87d 100644 --- a/src/components/RegisterPage.vue +++ b/src/components/RegisterPage.vue @@ -4,7 +4,7 @@ - + {{ $t("titles.register") }} diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue index 17c73173..02387cb4 100644 --- a/src/components/SearchResults.vue +++ b/src/components/SearchResults.vue @@ -10,7 +10,7 @@ id="ddlSearchFilters" v-model="selectedFilter" default="all" - class="uk-select uk-width-auto" + class="select w-auto" style="height: 100%" @change="updateResults()" > diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index 9d1f1a4b..5c85b670 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -3,18 +3,12 @@ - {{ timeFormat(video.duration) }} - {{ $t("video.watched") }} + {{ + timeFormat(video.duration) + }} + {{ + $t("video.watched") + }} @@ -34,7 +28,7 @@ - + - + + +