mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Change channel banner to be CSS background image
This is to allow for contents to be placed on the channel banner itself; something that is required for the links widget shown on Youtube.
This commit is contained in:
parent
9c3a932217
commit
04cc15500f
4 changed files with 14 additions and 4 deletions
|
@ -15,6 +15,16 @@ body {
|
|||
background-color: rgb(255, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
#channel-banner-container {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#banner {
|
||||
height: calc(100vw / 6.2 - 1px);
|
||||
background-size: cover !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
|
||||
.channel-profile > * {
|
||||
font-size: 1.17em;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue