feat(detail): medium release cover thumbnails on mix and session detail pages

This commit is contained in:
daniel-c-harvey
2026-06-15 11:36:39 -04:00
parent 7f1c6bdb66
commit f1600023dc
4 changed files with 46 additions and 0 deletions
@@ -12,3 +12,13 @@
background-position: center;
background-repeat: no-repeat;
}
/* Secondary medium square cover sitting below the hero — same 220px frame as mix detail,
smaller than the cut cover so the hero stays dominant. The cover-art MudPaper fills it. */
.session-detail-cover {
aspect-ratio: 1 / 1;
max-width: 220px;
margin: 0 auto 2rem;
overflow: hidden;
box-shadow: 0 8px 28px color-mix(in srgb, var(--mud-palette-text-secondary) 18%, transparent);
}