mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Fix uncentered channel banner image
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user