Fix progress bar layout shift
This commit is contained in:
parent
9c620a772f
commit
70a63d8950
1 changed files with 10 additions and 0 deletions
10
styles.css
10
styles.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue