Front End
- MudBlazor Theme Manager tryout - Navigation bar rework - Icons and styles rework - Track Gallery & Card layout redesign for SPA - Track Player bottom bar
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<MudContainer MaxWidth="MaxWidth.False" Style="padding: 16px;">
|
||||
<MudContainer MaxWidth="MaxWidth.False" Class="tracks-gallery-container">
|
||||
<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" />
|
||||
<TrackCard TrackModel="@track" OnPlay="@HandlePlayClick"/>
|
||||
</div>
|
||||
</MudItem>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user