From f66c146c234a9cc936277fe8315a8fd4d6436553 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 31 Mar 2025 17:46:35 -0300 Subject: css: tooltip font size bullshit --- src/static/css/site.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/static/css/site.css b/src/static/css/site.css index 51a1f97f..060ab62c 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1096,12 +1096,17 @@ a .normal-content { text-decoration: none !important; } +.text-with-tooltip.wiki-edits > .hoverable { + white-space: nowrap; +} + .isolate-tooltip-z-indexing > * { position: relative; z-index: -1; } .tooltip { + font-size: 1rem; position: absolute; z-index: 3; left: -10px; @@ -1109,6 +1114,11 @@ a .normal-content { display: none; } +.cover-artwork .tooltip, +#sidebar .tooltip { + font-size: 0.9rem; +} + li:not(:first-child:last-child) .tooltip, .offset-tooltips > :not(:first-child:last-child) .tooltip { left: 14px; @@ -1154,7 +1164,8 @@ li:not(:first-child:last-child) .tooltip, left: -6px !important; } -.wiki-edits-tooltip { +.thing-name-tooltip .tooltip-content, +.wiki-edits-tooltip .tooltip-content { font-size: 0.85em; } -- cgit 1.3.0-6-gf8a5