diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-11 19:15:17 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-11 19:15:17 -0300 |
| commit | bbddc3020b0a9e2353d27fca15ec922a97198c13 (patch) | |
| tree | edb1b4c316c7d4b630cf06c4ecec0b1733fb915f /src/static | |
| parent | 7ec55d7fe6e3d247d525cb1d52b44c153030e32b (diff) | |
content, css, data: Album.style "meta"
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/page.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/static/css/page.css b/src/static/css/page.css index 7d5784f3..353ae873 100644 --- a/src/static/css/page.css +++ b/src/static/css/page.css @@ -750,6 +750,21 @@ border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } + + .track-release-sidebar-box.meta-album { + margin-top: 15px !important; + border-radius: 4px !important; + margin-left: 15px; + margin-right: 15px; + } + + .track-release-sidebar-box.meta-album + .track-release-sidebar-box.meta-album { + margin-top: 5px !important; + } + + .track-release-sidebar-box.meta-album + .conjoined-group-sidebar-box { + margin-top: 10px !important; + } } @layer print { |