508a522a8d
- Extend ICmsTrackService.GetPagedAsync with album/genre filter params - Add CmsTrackBrowserViewModel (DI-scoped) with lazy album/genre load - Extract CmsTrackGrid: 9-column layout, waveform status, per-row generate, info tooltip, album/genre filter params, OnStatusLoaded callback - Restructure TrackList: remove MudTabs, add three @page routes, mode toggle, Generate All Missing button; album/genre stubs for next wave
18 lines
327 B
CSS
18 lines
327 B
CSS
.cms-track-thumb {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
background-size: cover;
|
|
background-position: center;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.cms-track-thumb--fallback {
|
|
background-color: var(--mud-palette-action-default-hover);
|
|
}
|
|
|
|
.cms-track-info {
|
|
font-family: monospace;
|
|
text-align: left;
|
|
}
|