diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-06-16 21:35:22 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-06-16 21:35:22 -0300 |
| commit | a83dd2bcbdc5876397f456a29b1d19a52cc5811a (patch) | |
| tree | 2fce2e34fe0fec10de7fb92751a9adc1317cbe00 | |
| parent | 0bf43d148c371d71b06e0c72df429a64bb366145 (diff) | |
css: wrap content entry accent as block following lots of artists
| -rw-r--r-- | src/static/css/features.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index d5d85575..4072d4d7 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -365,6 +365,11 @@ padding-left: calc(5px + 1.25ch); padding-right: 1ch; padding-bottom: 0.2em; + + .content-entry-heading-text:has(.content-entry-artists a:nth-of-type(n + 3)) .content-entry-accent { + display: inline-block; + text-indent: 0; + } } .content-entry-heading-inner-box { |