invidious-copy-2022-04-11/assets/css/channel.css
syeopite 6810be8368
Move channel specific CSS to separate file
(cherry picked from commit 0d19937dac)
2021-10-27 22:06:02 -07:00

13 lines
233 B
CSS

#channel-banner-container {
margin-bottom: 1em;
}
#banner {
display: flex;
flex-direction: column-reverse;
height: calc(100vw / 6.2 - 1px);
background-size: cover !important;
background-repeat: no-repeat !important;
}