diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-09 17:37:22 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 14:33:28 -0400 |
commit | d0716804ca0b547ca79f819c94f413a542b7e172 (patch) | |
tree | 7a7b4cac4bda747d35a267e1eca979ae74de976a /src | |
parent | 69385cc2ca5d4a7691d6cb3726de5741de153a7c (diff) |
css: handle line wrapping in commentary heading accents better
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site5.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index ccae29a0..c47252f4 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -803,11 +803,15 @@ html[data-url-key="localized.albumCommentary"] li.no-commentary { opacity: 0.7; } -html[data-url-key="localized.albumCommentary"] .content-heading .content-heading-accent { +html[data-url-key="localized.albumCommentary"] .content-heading-main-title { + margin-right: 0.25em; +} + +html[data-url-key="localized.albumCommentary"] .content-heading-accent { font-weight: normal; font-style: oblique; font-size: 0.9rem; - margin-left: 0.25em; + display: inline-block; } html[data-url-key="localized.listing"][data-url-value0="random"] #data-loading-line, |