diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-04 09:30:41 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-04 09:30:41 -0400 |
| commit | dfc3fc5290cd73c3232a05c0cc6dd1edb4ed1477 (patch) | |
| tree | 9e6ba78a72f92179e1f8b4464e1675c02b9aae48 /src/static/css/site.css | |
| parent | d3b56134bc051f4786c60991da40346227dc65eb (diff) | |
content, css: always control offset-tooltip effect from content
Diffstat (limited to 'src/static/css/site.css')
| -rw-r--r-- | src/static/css/site.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index ef3ffe8e..e1654e6d 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1261,8 +1261,7 @@ label > input[type=checkbox]:not(:checked) + span { font-size: 0.9rem; } -li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), -.offset-tooltips > :not(:first-child:last-child) .tooltip { +.offset-tooltips .tooltip { left: 14px; } |