Clean up card padding on Song detail page
This commit is contained in:
parent
ad7916b9b5
commit
d7305fe688
@ -10,7 +10,7 @@
|
|||||||
</MudCardHeader>
|
</MudCardHeader>
|
||||||
@if (Items.Count > 0)
|
@if (Items.Count > 0)
|
||||||
{
|
{
|
||||||
<MudCardContent Class="p-0">
|
<MudCardContent Class="pa-0">
|
||||||
<MudTable Items="Items" Elevation="0" Striped="true">
|
<MudTable Items="Items" Elevation="0" Striped="true">
|
||||||
<HeaderContent>
|
<HeaderContent>
|
||||||
<MudTh>
|
<MudTh>
|
||||||
@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<MudCardContent>
|
<MudCardContent Class="pa-0">
|
||||||
<MudText Typo="Typo.body2" Class="pt-4 pb-8" Color="Color.Surface" Align="Align.Center">
|
<MudText Typo="Typo.body2" Class="pt-4 pb-8" Color="Color.Surface" Align="Align.Center">
|
||||||
@Localizer["No Play History Found"]
|
@Localizer["No Play History Found"]
|
||||||
</MudText>
|
</MudText>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</MudItem>
|
</MudItem>
|
||||||
</MudGrid>
|
</MudGrid>
|
||||||
</MudCardHeader>
|
</MudCardHeader>
|
||||||
<MudCardContent>
|
<MudCardContent Class="pa-0">
|
||||||
@if (response == null)
|
@if (response == null)
|
||||||
{
|
{
|
||||||
<MudCircularProgress />
|
<MudCircularProgress />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user