« 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/tooltips.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/tooltips.css')
-rw-r--r--src/static/css/tooltips.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/css/tooltips.css b/src/static/css/tooltips.css
index 3666dfce..644430b7 100644
--- a/src/static/css/tooltips.css
+++ b/src/static/css/tooltips.css
@@ -53,8 +53,8 @@
       brightness(1.5) saturate(1.4) blur(4px);
 
     box-shadow:
-      0 3px 6px 7px #0007,
-      0 3px 4px 2px #0006,
+      0 4px 6px 7px #0007,
+      0 4px 4px 2px #0004,
       0 -2px 4px -2px var(--primary-color) inset;
 
     text-indent: 0;
@@ -124,7 +124,7 @@
 @layer layout {
   .commentary-date-tooltip {
     right: -10px;
-    padding: 3px 4px 2px 2px;
+    padding: 4px 4px 2px 2px;
     left: unset;
   }