diff options
Diffstat (limited to 'src/static/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; } |