From 7f2a66bfdf9bf9c859c4c0a2b5c94aaf10a47c1b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 5 May 2026 16:01:04 -0300 Subject: css: give album assets box a shadow too --- src/static/css/features.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/static/css/features.css b/src/static/css/features.css index 5b3905eb..b3ff1954 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -687,6 +687,10 @@ --normal-shadow: 0 0 9px 9px #00000068; } + #artwork-column .album-art-info { + box-shadow: 0 0 9px 9px #00000068; + } + .cover-artwork .image-details { border-top-color: var(--deep-color); } -- cgit 1.3.0-6-gf8a5