feat(cms): add expandable Album browser to Track Browser

This commit is contained in:
daniel-c-harvey
2026-06-11 16:26:44 -04:00
parent 55b26b2e41
commit 62620bc0d4
3 changed files with 268 additions and 1 deletions
@@ -0,0 +1,12 @@
.cms-album-thumb {
width: 40px;
height: 40px;
border-radius: 4px;
background-size: cover;
background-position: center;
flex-shrink: 0;
}
.cms-album-thumb--fallback {
background-color: var(--mud-palette-action-default-hover);
}