Убрано лишнее

This commit is contained in:
FrigaT
2026-04-21 19:11:25 +03:00
parent 8a809c9e7d
commit f9bbd895c4

View File

@@ -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%;">