diff --git a/assets/css/channel.css b/assets/css/channel.css index 057756fc..d4aefca8 100644 --- a/assets/css/channel.css +++ b/assets/css/channel.css @@ -7,8 +7,8 @@ flex-direction: column-reverse; height: calc(100vw / 6.2 - 1px); - background-size: cover !important; - background-repeat: no-repeat !important; + background-size: cover; + background-position: center; } #link-holder { diff --git a/src/invidious/views/components/channel-information.ecr b/src/invidious/views/components/channel-information.ecr index 1c738638..45b8dc62 100644 --- a/src/invidious/views/components/channel-information.ecr +++ b/src/invidious/views/components/channel-information.ecr @@ -1,6 +1,6 @@ <% if channel.banner %>
-