diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-17 19:18:26 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-17 19:18:26 -0400 |
| commit | 9816f00277292f499e47b9df7bbc89a385bcb133 (patch) | |
| tree | 7d876eb3ef9d9e5aef6f77ed5d91431f7ce28ec1 /src/static/css/site.css | |
| parent | 85fa29d1cef35f7b3ba977b35dc913d39d3268be (diff) | |
content, css: generateMusicVideoDateLine
Diffstat (limited to 'src/static/css/site.css')
| -rw-r--r-- | src/static/css/site.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 806eac3a..71beae4a 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1897,8 +1897,16 @@ p.image-details.origin-details .filename-line { text-align: center; } -.music-video .music-video-info { - margin: 5px 5px 6px; +.music-video .image-container ~ p { + margin: 3px 5px; +} + +.music-video .image-container + p { + margin-top: 5px; +} + +.music-video .image-container ~ p:last-child { + margin-bottom: 6px; } .music-video .image-container { @@ -1944,17 +1952,17 @@ p.image-details.origin-details .filename-line { transform: scale(1.02); } -.music-video .release-line { +.music-video .artists-line { display: block; padding-left: 1.2ch; text-indent: -1.2ch; } -.music-video .release-line > * { +.music-video .artists-line > * { text-indent: 0; } -.music-video .release-line + br { +.music-video .artists-line + br { display: none; } |