diff --git a/assets/css/default.css b/assets/css/default.css index 1b7e5993..0d9189db 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -164,6 +164,13 @@ img.thumbnail { top: -0.7em; } +.search-button { + border: none; + color: #3E4446; + background: transparent; + font-size: 1.1em; +} + /* * Navbar */ @@ -442,6 +449,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) } @@ -540,3 +554,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 47c1bd49..f285358e 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 %> +