fix(SeekBar): prevent the slider from jumping on time change

This commit is contained in:
Tim 2023-07-07 16:26:37 +02:00
parent efdd89b6c2
commit e64ba05961

View file

@ -14,11 +14,11 @@
.label {
flex: none;
max-width: 5rem;
width: 5rem;
white-space: nowrap;
text-overflow: ellipsis;
direction: rtl;
text-align: left;
text-align: center;
color: var(--primary-foreground-color);
}