refactor(player): move TimestampLabel from PlayerTransportZone to PlayerSeekZone so volume centers against buttons row height

This commit is contained in:
daniel-c-harvey
2026-06-05 14:38:38 -04:00
parent 31d2c2ee7e
commit 87f722fa58
6 changed files with 15 additions and 31 deletions
@@ -15,4 +15,5 @@
Immediate="true"
Disabled="@(!CanSeek)"/>
</div>
<TimestampLabel CurrentTime="DisplayTime" Duration="@Duration"/>
</MudStack>