diff options
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 |
commit | f03ea65a10124d8962609f03d4df84be1531db17 (patch) | |
tree | 9815d4c073d50d4be985994569b44660ea7f84da | |
parent | 8238f11469c64e6a2a735ca43a70e2a665ef63f1 (diff) |
css: adjust padding box around tooltip
-rw-r--r-- | src/static/site6.css | 6 |
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) { |