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
@@ -2,13 +2,3 @@
.transport-zone {
min-width: 180px;
}
/* Narrow (< 600px): lay the transport root horizontally (controls beside
timestamp) so it fits on one line next to VolumeControls. Scoped to the
root .transport-zone stack so the nested controls stack is untouched. */
@media (max-width: 599.98px) {
.transport-zone {
flex-direction: row !important;
align-items: center;
}
}