diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-31 16:18:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-10 16:02:36 -0300 |
commit | f8a5593abfddc433890e0c8916d07698bb8c7279 (patch) | |
tree | 75c80d152f00f8f81ba7d770dfba47b318ebba9c /src/static/css/site.css | |
parent | ceb1d5ba8ed5ab5da7424d9a08ae765bd85b038c (diff) |
content, css: demo new cover artworks ui + data integration
This is not remotely comprehensive and mostly just touches album and track info pages.
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 623f129c..8836f03a 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1480,6 +1480,10 @@ hr.cute, margin-bottom: 2px; } +ul.image-details.art-tag-details { + padding-bottom: 0; +} + ul.image-details.art-tag-details li { display: inline-block; } @@ -1497,6 +1501,10 @@ p.image-details.illustrator-details { font-style: oblique; } +p.image-details.origin-details { + margin-bottom: 2px; +} + p.content-heading:has(+ .commentary-entry-heading.dated) { clear: right; } |