diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 19:12:46 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 21:19:10 -0400 |
commit | e8f8306cf85288c1f424a4d31cfc50c2aac2ccab (patch) | |
tree | cad7f1f8b39d48c1be2a61cccc2b156efbd5f8b0 /src/static/site6.css | |
parent | a3dca62ee1cd0c1da0a8952bbbf62fb55ce7319f (diff) |
content, css, test: linkThing: wiki tooltip
Diffstat (limited to 'src/static/site6.css')
-rw-r--r-- | src/static/site6.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 4e761963..0e77a6e6 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -562,6 +562,11 @@ li:not(:first-child:last-child) .tooltip, left: -10px; } +.thing-name-tooltip { + padding: 3px 4px 2px 2px; + left: -6px !important; +} + .icons-tooltip .tooltip-content { padding: 6px 2px 2px 2px; @@ -577,6 +582,12 @@ li:not(:first-child:last-child) .tooltip, font-size: 0.9em; } +.thing-name-tooltip .tooltip-content { + padding: 3px 4.5px; + white-space: nowrap; + max-width: 120px; +} + .icons { font-style: normal; white-space: nowrap; |