chore: move SpectrumVisualizer above seek slider in PlayerSeekZone
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
@namespace DeepDrftPublic.Client.Controls.AudioPlayerBar
|
@namespace DeepDrftPublic.Client.Controls.AudioPlayerBar
|
||||||
|
|
||||||
<MudStack Row="false" Spacing="0" Class="@Class">
|
<MudStack Row="false" Spacing="0" Class="@Class">
|
||||||
|
<SpectrumVisualizer/>
|
||||||
<div class="mx-3"
|
<div class="mx-3"
|
||||||
@onpointerdown="HandlePointerDown"
|
@onpointerdown="HandlePointerDown"
|
||||||
@onpointerup="HandlePointerUp"
|
@onpointerup="HandlePointerUp"
|
||||||
@@ -14,5 +15,4 @@
|
|||||||
Immediate="true"
|
Immediate="true"
|
||||||
Disabled="@(!CanSeek)"/>
|
Disabled="@(!CanSeek)"/>
|
||||||
</div>
|
</div>
|
||||||
<SpectrumVisualizer/>
|
|
||||||
</MudStack>
|
</MudStack>
|
||||||
|
|||||||
Reference in New Issue
Block a user