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" %> -
\ No newline at end of file