From ea6562946a771bcbab5cfc0be8ce856518371297 Mon Sep 17 00:00:00 2001 From: Samira <13108552+koninginsamira@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:22:50 +0200 Subject: [PATCH] Applied starry background to media detail pages on mobile as well --- andromeda.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/andromeda.css b/andromeda.css index 98a6ed5..06c836f 100644 --- a/andromeda.css +++ b/andromeda.css @@ -116,16 +116,17 @@ div:has(> div > .emby-scroller-container) { width: 100%; height: 100%; } -.layout-mobile .backgroundContainer { - background-color: rgba(0, 0, 0, 0.86); -} +/* Remove shadow in favour of starry background */ .detailPagePrimaryContainer { background-color: transparent !important; } /* Show stars in background */ -.backdropContainer > .backdropImage { +.layout-desktop .backdropContainer > .backdropImage { + opacity: 0.14 !important; +} +.layout-mobile .itemBackdrop { opacity: 0.14 !important; }