diff --git a/assets/css/channel.css b/assets/css/channel.css index 62480556..660f0792 100644 --- a/assets/css/channel.css +++ b/assets/css/channel.css @@ -185,9 +185,14 @@ only show up when the screen is wide enough */ display: flex; } -/* Center sorting options when screen is less than 640px*/ @media screen and (max-width: 640px) { + /* Center sorting options when screen is less than 640px*/ #sort-options { margin-right: auto; } + + /* Hide channel description on mobile */ + #channel-description-container { + display: none + } } \ 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 176aa97b..44663e5d 100644 --- a/src/invidious/views/components/channel-information.ecr +++ b/src/invidious/views/components/channel-information.ecr @@ -52,8 +52,8 @@ -
-

<%= channel.description_html %>

+
+

<%= channel.description_html %>