From c00c908b47e1637083332b93777ab1cc400b7401 Mon Sep 17 00:00:00 2001 From: Merlin Scheurer Date: Sun, 5 Apr 2026 12:02:31 +0200 Subject: [PATCH] Refac keep aspect ratio code style --- frontend/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index 9cc5b664..74f0113a 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -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); }