From 9816f00277292f499e47b9df7bbc89a385bcb133 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 17 Jan 2026 19:18:26 -0400 Subject: content, css: generateMusicVideoDateLine --- src/static/css/site.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'src/static') 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; } -- cgit 1.3.0-6-gf8a5