« get me outta code hell

css: give album assets box a shadow too - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-05 16:01:04 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-05 16:01:04 -0300
commit7f2a66bfdf9bf9c859c4c0a2b5c94aaf10a47c1b (patch)
tree4fe70dfac3f20ff46118c0563e9035b8b20e3400 /src
parent7f21bbac583f68ad046b1b2be954808e53f5addb (diff)
css: give album assets box a shadow too
Diffstat (limited to 'src')
-rw-r--r--src/static/css/features.css4
1 files changed, 4 insertions, 0 deletions
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);
   }