Refac keep aspect ratio code style
This commit is contained in:
parent
799307cf41
commit
c00c908b47
|
|
@ -1090,7 +1090,7 @@ video:-webkit-full-screen {
|
|||
|
||||
.channel-banner img {
|
||||
width: 100%;
|
||||
aspect-ratio: 18/3;
|
||||
aspect-ratio: 18 / 3;
|
||||
background: var(--highlight-bg-transparent);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue