1
0
mirror of synced 2025-01-19 00:04:05 +01:00

Clean up card padding on Song detail page

This commit is contained in:
shiibe 2024-06-02 21:08:12 -04:00
parent ad7916b9b5
commit d7305fe688
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
</MudCardHeader>
@if (Items.Count > 0)
{
<MudCardContent Class="p-0">
<MudCardContent Class="pa-0">
<MudTable Items="Items" Elevation="0" Striped="true">
<HeaderContent>
<MudTh>
@ -90,7 +90,7 @@
}
else
{
<MudCardContent>
<MudCardContent Class="pa-0">
<MudText Typo="Typo.body2" Class="pt-4 pb-8" Color="Color.Surface" Align="Align.Center">
@Localizer["No Play History Found"]
</MudText>

View File

@ -23,7 +23,7 @@
</MudItem>
</MudGrid>
</MudCardHeader>
<MudCardContent>
<MudCardContent Class="pa-0">
@if (response == null)
{
<MudCircularProgress />