« 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
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/features.css3
-rw-r--r--src/static/css/search.css4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css
index c811c753..f2b4fa04 100644
--- a/src/static/css/features.css
+++ b/src/static/css/features.css
@@ -566,7 +566,8 @@
   }
 
   #artwork-column .album-art-info {
-    margin: 10px min(15px, 1vw) 15px;
+    margin: 10px min(15px, 1vw) 18px;
+    z-index: 2;
   }
 
   #artwork-column .cover-artwork:not(:first-child),
diff --git a/src/static/css/search.css b/src/static/css/search.css
index 92925f55..3c56eed6 100644
--- a/src/static/css/search.css
+++ b/src/static/css/search.css
@@ -356,7 +356,7 @@
   /* Shadow along top edge */
 
   .wiki-search-results-container > :first-child {
-    margin-top: -6px;
+    margin-top: -4px;
   }
 
   .wiki-search-results-container::before {
@@ -368,7 +368,7 @@
   /* Shadow along bottom edge */
 
   .wiki-search-results-container > :last-child {
-    margin-bottom: -12px;
+    margin-bottom: -10px;
   }
 
   .wiki-search-results-container::after {