Refac keep aspect ratio code style

This commit is contained in:
Merlin Scheurer 2026-04-05 12:02:31 +02:00
parent 799307cf41
commit c00c908b47
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}