« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css/features.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/features.css')
-rw-r--r--src/static/css/features.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css
index dde0f07b..41d024a6 100644
--- a/src/static/css/features.css
+++ b/src/static/css/features.css
@@ -676,15 +676,16 @@
 
   #artwork-column .cover-artwork,
   #artwork-column .music-video {
-    --normal-shadow: 0 0 12px 12px #00000080;
+    --normal-shadow: -1px 4px 12px 9px #00000080;
 
     box-shadow:
       0 2px 14px -6px var(--primary-color),
       var(--normal-shadow);
   }
 
-  #artwork-column .cover-artwork:not(:first-child) {
-    --normal-shadow: 0 0 9px 9px #00000068;
+  #artwork-column .cover-artwork:not(:first-child),
+  #artwork-column .music-video:not(:first-child) {
+    --normal-shadow: -0.7px 3.3px 10px 8px #00000068;
   }
 
   #artwork-column .album-art-info {
@@ -2254,7 +2255,7 @@
   .content-sticky-heading-cover .cover-artwork {
     border-width: 1px;
     border-radius: 1.25px;
-    box-shadow: 0 0 2px 4px #00000052;
+    box-shadow: 0 1px 2px 4px #00000052;
   }
 
   .content-sticky-heading-container .image-inner-area {