feat: render album art in track detail cover slot, falling back to gradient placeholder

This commit is contained in:
daniel-c-harvey
2026-06-08 07:09:39 -04:00
parent 3f02686012
commit 2e165d0aef
2 changed files with 19 additions and 3 deletions
@@ -317,6 +317,14 @@ h2, h3, h4, h5, h6,
font-size: 72px;
}
/* Album art fills the square frame; background-size:cover handles any aspect ratio. */
.deepdrft-track-detail-cover-art {
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.deepdrft-track-detail-masthead {
display: flex;
flex-direction: column;