diff options
-rw-r--r-- | src/static/css/site.css | 13 |
1 files changed, 12 insertions, 1 deletions
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; } |