diff --git a/assets/css/default.css b/assets/css/default.css index a47762ec..b216d83b 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -121,6 +121,7 @@ body a.channel-owner { display: flex; justify-content: center; flex-wrap: wrap; + margin-bottom: 1.2vh; } .feed-menu-item { @@ -614,7 +615,7 @@ span > select { } body.dark-theme { - background-color: rgba(35, 35, 35, 1); + background-color: rgba(18, 18, 18, 1); color: #f0f0f0; } @@ -668,7 +669,7 @@ body.dark-theme { } body.no-theme { - background-color: rgba(35, 35, 35, 1); + background-color: rgba(18, 18, 18, 1); color: #f0f0f0; } diff --git a/src/invidious/views/feeds/subscriptions.ecr b/src/invidious/views/feeds/subscriptions.ecr index c36bd00f..f3ea349f 100644 --- a/src/invidious/views/feeds/subscriptions.ecr +++ b/src/invidious/views/feeds/subscriptions.ecr @@ -9,12 +9,11 @@

<%= translate(locale, "Manage subscriptions") %> +
+ <%= translate(locale, "Watch history") %>

-

- <%= translate(locale, "Watch history") %> -

diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 9904b4fc..02d2f1ba 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -128,6 +128,9 @@ <%= translate(locale, "footer_documentation") %> + + nadeko.net +

@@ -147,7 +150,10 @@
- <%= translate(locale, "footer_donate_page") %> + <%= translate(locale, "footer_donate_page") %> + + + Contact the Owner <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>