Убрано лишнее
This commit is contained in:
@@ -115,7 +115,11 @@
|
|||||||
</MudCardHeader>
|
</MudCardHeader>
|
||||||
|
|
||||||
<MudCardContent Class="flex-grow-1 overflow-auto flex-column">
|
<MudCardContent Class="flex-grow-1 overflow-auto flex-column">
|
||||||
<MudTable Items="@_tracks" Hover Elevation="0" Breakpoint="Breakpoint.None" Style="min-height: 0;">
|
<MudTable Items="@_tracks"
|
||||||
|
Hover
|
||||||
|
Elevation="0"
|
||||||
|
Breakpoint="Breakpoint.None"
|
||||||
|
Style="min-height: 0;">
|
||||||
<RowTemplate>
|
<RowTemplate>
|
||||||
<MudTd Class="py-1 px-0" Style="width: 100%;">
|
<MudTd Class="py-1 px-0" Style="width: 100%;">
|
||||||
<TrackItem Track="@context" PlaylistShareToken="@Token" CanPlay="@_canPlay" />
|
<TrackItem Track="@context" PlaylistShareToken="@Token" CanPlay="@_canPlay" />
|
||||||
@@ -217,7 +221,7 @@
|
|||||||
<MudTable Items="@_searchResult.Tracks"
|
<MudTable Items="@_searchResult.Tracks"
|
||||||
Hover
|
Hover
|
||||||
Elevation="0"
|
Elevation="0"
|
||||||
Style="min-height: 0; height: 100%;"
|
Style="min-height: 0;"
|
||||||
Breakpoint="Breakpoint.None">
|
Breakpoint="Breakpoint.None">
|
||||||
<RowTemplate>
|
<RowTemplate>
|
||||||
<MudTd Class="py-1 px-0" Style="width: 100%;">
|
<MudTd Class="py-1 px-0" Style="width: 100%;">
|
||||||
|
|||||||
Reference in New Issue
Block a user