Front End Track Gallery Controls
- Theming adjustments (still needs a lot of work)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<MudContainer MaxWidth="MaxWidth.False" Style="padding: 16px;">
|
||||
<MudGrid Spacing="3" Justify="Justify.Center">
|
||||
@foreach (var track in Tracks)
|
||||
{
|
||||
<MudItem xs="12" sm="6" md="4" lg="2" xl="2">
|
||||
<div Style="display: flex; justify-content: center;">
|
||||
<TrackPlayer Track="@track" />
|
||||
</div>
|
||||
</MudItem>
|
||||
}
|
||||
</MudGrid>
|
||||
</MudContainer>
|
||||
Reference in New Issue
Block a user