diff --git a/assets/css/channel.css b/assets/css/channel.css index 90ecd25c..6fb95c1a 100644 --- a/assets/css/channel.css +++ b/assets/css/channel.css @@ -179,3 +179,8 @@ only show up when the screen is wide enough */ .light-theme .trailer-timestamp { color: rgb(127, 127, 127); } + + +#content-navigation { + display: flex; +} \ No newline at end of file diff --git a/src/invidious/views/components/channel-information.ecr b/src/invidious/views/components/channel-information.ecr index 9759a8e7..56854668 100644 --- a/src/invidious/views/components/channel-information.ecr +++ b/src/invidious/views/components/channel-information.ecr @@ -52,8 +52,8 @@ <%= rendered "components/subscribe_widget" %> -
-
+
+
@@ -164,36 +164,33 @@
-
- - <% if content_type == 1 || content_type == 2 %> - <% route = content_type == 1 ? "/playlists" : "" %> - <% url = "/channel/#{channel.ucid + route}" %> - -
-
- -
-
- <% end %>

-
+ <% if content_type == 1 || content_type == 2 %> + <% route = content_type == 1 ? "/playlists" : "" %> + <% url = "/channel/#{channel.ucid + route}" %> + +
+ +
+ <% end %> +
+
\ No newline at end of file