diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-21 09:17:55 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-02 08:24:14 -0400 |
commit | a7eda7e5840a4ddf568bbab8cfa8073a0f495ebf (patch) | |
tree | 23809c2853895f4d088a38166e0fbef57ccabc5e /src/static | |
parent | 0bed9ef3384f76421592d8f017d7deaa464fd859 (diff) |
contentt, css: linkOtherReleaseOnArtistInfoPage: behaviorize
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 177dc5d1..a864a25b 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1790,6 +1790,10 @@ dl dt { margin-bottom: 2px; } +dl dt[id]:not(.content-heading) { + --custom-scroll-offset: calc(2.5em - 2px); +} + dl dd { margin-bottom: 1em; } |