mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-23 01:45:41 +00:00
Move channel specific CSS to separate file
This commit is contained in:
13
assets/css/channel.css
Normal file
13
assets/css/channel.css
Normal file
@@ -0,0 +1,13 @@
|
||||
#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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user