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