diff --git a/assets/css/default.css b/assets/css/default.css index b36d6432..c46ff0fd 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -163,6 +163,13 @@ img.thumbnail { top: -0.7em; } +.search-button { + border: none; + color: #3E4446; + background: transparent; + font-size: 1.1em; +} + /* * Navbar */ @@ -436,6 +443,13 @@ body.dark-theme { color: inherit; } +.dark-theme .search-button { + border: none; + color: #B0ADA4; + background: transparent; + font-size: 1.1em; +} + .dark-theme .pure-menu-link:hover, .dark-theme .pure-menu-link:active { background-color: rgb(34, 36, 38) } @@ -534,3 +548,8 @@ p, /* Center the "invidious" logo on the search page */ #logo > h1 { text-align: center; } + + +#content-navigation { + margin-bottom: 0.5em; +} diff --git a/src/invidious/views/channel.ecr b/src/invidious/views/channel.ecr index 065033fa..40f2804b 100644 --- a/src/invidious/views/channel.ecr +++ b/src/invidious/views/channel.ecr @@ -41,7 +41,7 @@ <%= rendered "components/subscribe_widget" %> -
+
@@ -70,6 +70,17 @@ <% end %> +