14 lines
498 B
Plaintext
14 lines
498 B
Plaintext
@namespace DeepDrftPublic.Client.Controls.AudioPlayerBar
|
|
|
|
<MudStack Row="true" AlignItems="AlignItems.Center" Spacing="1" Class="player-window-controls">
|
|
<MudIconButton Color="Color.Secondary"
|
|
Size="Size.Small"
|
|
OnClick="OnMinimize">
|
|
—
|
|
</MudIconButton>
|
|
<MudIconButton Icon="@Icons.Material.Filled.Close"
|
|
Color="Color.Secondary"
|
|
Size="Size.Small"
|
|
OnClick="OnClose"/>
|
|
</MudStack>
|