From c2cd02e7bd489d3b166d5d1c5085b3944d92883b Mon Sep 17 00:00:00 2001 From: MerlinScheurer Date: Wed, 29 Jan 2025 18:17:17 +0100 Subject: [PATCH] Fix channel list having 1rem offset, compared to video list entries --- frontend/src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index e9c59492..e8b91ced 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -959,7 +959,6 @@ video:-webkit-full-screen { } .channel-banner img { - margin-top: 1rem; width: 100%; }