« get me outta code hell

css: adjust padding box around tooltip - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-26 18:16:09 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-26 18:16:09 -0400
commitf03ea65a10124d8962609f03d4df84be1531db17 (patch)
tree9815d4c073d50d4be985994569b44660ea7f84da /src/static
parent8238f11469c64e6a2a735ca43a70e2a665ef63f1 (diff)
css: adjust padding box around tooltip
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 4c083527..884cfca6 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -490,9 +490,9 @@ a:not([href]):hover {
 .icons-tooltip {
   position: absolute;
   z-index: 3;
-  left: -36px;
-  top: calc(1em - 2px);
-  padding: 4px 12px 6px 8px;
+  left: -34px;
+  top: calc(1em + 1px);
+  padding: 3px 6px 6px 6px;
 }
 
 .icons-tooltip:not(.visible) {