From e62de7469c8a6e84f5e35b007594e9b286c32bd0 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 9 Sep 2025 09:14:32 -0700 Subject: [PATCH] Fix: Posters for recorded live tv programmes were not visible in the media page --- Theme/ElegantFin-theme-nightly.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 824ccf0..064031d 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1265,6 +1265,7 @@ html { /* this shows the poster in the cast, book and music pages */ .detailImageContainer .card:has(.book, .person, .album), .detailImageContainer .card.backdropCard:has(.tv), +.detailImageContainer .card.backdropCard:has(.movie), .detailImageContainer .card.backdropCard:has(.live_tv) { display: block; }