Player Bar Cosmetics
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
/* Spacer to prevent content overlap */
|
||||
::deep .player-spacer {
|
||||
.player-spacer {
|
||||
height: 140px;
|
||||
width: 100%;
|
||||
flex-shrink: 0;
|
||||
@@ -67,7 +67,7 @@
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
::deep .player-spacer {
|
||||
.player-spacer {
|
||||
height: 160px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
@namespace DeepDrftPublic.Client.Controls.AudioPlayerBar
|
||||
|
||||
<MudStack Row="true" AlignItems="AlignItems.Center" Spacing="1" Class="player-window-controls">
|
||||
<MudIconButton Icon="@Icons.Material.Filled.Minimize"
|
||||
Color="Color.Secondary"
|
||||
<MudIconButton Color="Color.Secondary"
|
||||
Size="Size.Small"
|
||||
OnClick="OnMinimize"/>
|
||||
OnClick="OnMinimize">
|
||||
—
|
||||
</MudIconButton>
|
||||
<MudIconButton Icon="@Icons.Material.Filled.Close"
|
||||
Color="Color.Secondary"
|
||||
Size="Size.Small"
|
||||
|
||||
Reference in New Issue
Block a user