diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-21 05:28:07 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-21 05:28:07 -0400 |
| commit | 37c97832465dafd914caa4cbbea2512a25eed64a (patch) | |
| tree | 3f904de4ac4a2e2a82934e48c0b9744033c3523c /src/static/css/site.css | |
| parent | 7277e5955cb02e6d69dd5b8fe1bf6f807217abe1 (diff) | |
css: separate music videos from artworks a little preview
Diffstat (limited to 'src/static/css/site.css')
| -rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index cbbe772e..5369bbd1 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1892,6 +1892,15 @@ p.image-details.origin-details .filename-line { padding: 0 4px; } +#artwork-column .cover-artwork + .music-video { + /* higher specificity because CSS is annoying */ + margin-top: 25px; +} + +#artwork-column .cover-artwork + .cover-artwork + .music-video { + margin-top: 30px; +} + .music-video .music-video-label { margin: 6px 0 3px; text-align: center; |