« get me outta code hell

css: adjust scroll cue margins - 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-03-31 17:04:29 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-03-31 17:04:29 -0300
commitfd584f7733cdfc3971bc45af05bed3c3e7651691 (patch)
treea77e73c33f35c05503b44ba85eef0cdebef8bb4a /src
parent2d4db8b12971effddb24c7527299a3a36bd13c1d (diff)
css: adjust scroll cue margins
Diffstat (limited to 'src')
-rw-r--r--src/static/css/search.css4
1 files changed, 2 insertions, 2 deletions
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 {