refactor(css): scope track card styles; apply NowPlayingCard color vocabulary

This commit is contained in:
daniel-c-harvey
2026-06-05 17:35:16 -04:00
parent acd76e0601
commit 9c916245c1
3 changed files with 80 additions and 109 deletions
@@ -1,3 +1,8 @@
.tracks-gallery-container {
box-sizing: border-box;
}
.deepdrft-track-gallery-item-center {
display: flex;
justify-content: center;
}