diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-29 21:48:27 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-29 21:48:27 -0400 |
commit | 84503bc64dca3e6bf6c135feb53338de5815ad3c (patch) | |
tree | e420106a12baabb76613bdf127a8ece491d1545f /src | |
parent | 628a608833f938d79d10c250fb1bf780ec133276 (diff) |
css: don't indent tooltip for single-item list
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 9d3da7c4..e30992f5 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -514,7 +514,7 @@ a:not([href]):hover { left: -10px; } -li .datetimestamp-tooltip { +li:not(:first-child:last-child) .datetimestamp-tooltip { left: 14px; } |