diff options
Diffstat (limited to 'src/static/css')
| -rw-r--r-- | src/static/css/site.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index a78a31fb..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; } @@ -2353,17 +2352,23 @@ li .origin-details { text-indent: 0; } -.album-group-list blockquote { +blockquote:is( + .album-group-list *, .group-series-list * +) { max-width: 540px; margin-bottom: 9px; margin-top: 3px; } -.album-group-list blockquote p:first-child { +blockquote p:first-child:is( + .album-group-list *, .group-series-list * +) { margin-top: 0; } -.album-group-list blockquote p:last-child { +blockquote p:last-child:is( + .album-group-list *, .group-series-list * +) { margin-bottom: 0; } |