From 8758b3e997a7b6ecc9c229430b2c3f26d452ff61 Mon Sep 17 00:00:00 2001 From: oskarrough Date: Sun, 21 Apr 2024 13:23:59 +0200 Subject: [PATCH] Fix explore grid --- public/themes/jellybeans.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/jellybeans.css b/public/themes/jellybeans.css index 1b17b9fc..da2f16e2 100644 --- a/public/themes/jellybeans.css +++ b/public/themes/jellybeans.css @@ -315,7 +315,7 @@ r4-app[color-scheme='dark'] a[label] { } /* Differentiate channels and track lists by using a grid */ -r4-page-explore r4-page-main > r4-list { +r4-page-explore r4-page-main r4-list:has(r4-channel-card) { display: grid; grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)); gap: var(--s);