« get me outta code hell

content, css: fix tooltip offsets again - 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-12-15 12:29:09 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-15 12:29:09 -0400
commit4cbbea4bbc03a54b0b96696a960351437bc27635 (patch)
tree186e173ed323516f8ae8c80510bf6c561a038502 /src/static
parent51d7d11b15784a616c6e36776702359d7a8b982e (diff)
content, css: fix tooltip offsets again
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 1645541..c758797 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -514,8 +514,8 @@ a:not([href]):hover {
   left: -10px;
 }
 
-li:not(:first-child:last-child) > .datetimestamp-tooltip,
-.offset-tooltips :not(:first-child:last-child) > .datetimestamp-tooltip {
+li:not(:first-child:last-child) .datetimestamp-tooltip,
+.offset-tooltips > :not(:first-child:last-child) .datetimestamp-tooltip {
   left: 14px;
 }