dumb/style/album.css

15 lines
207 B
CSS
Raw Normal View History

#album-artwork {
width: 24rem;
border-radius: 3px;
box-shadow: 0 1px 1px #ddd;
}
#album-tracklist {
display: flex;
flex-direction: column;
gap: 1rem;
flex-basis: 0;
flex-shrink: 0;
flex-grow: 1;
}