Fix progress bar layout shift

This commit is contained in:
Julien Maille 2025-12-25 12:56:47 +01:00
parent 9c620a772f
commit 70a63d8950

View file

@ -1131,6 +1131,16 @@ input:checked + .slider::before {
color: var(--muted-foreground);
}
.player-controls .progress-container span {
min-width: 40px;
font-variant-numeric: tabular-nums;
flex-shrink: 0;
}
#current-time {
text-align: right;
}
.progress-bar,
.volume-bar {
position: relative;