mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
6810be8368
(cherry picked from commit 0d19937dac
)
13 lines
233 B
CSS
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;
|
|
}
|
|
|