mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
fix(SeekBar): prevent the slider from jumping on time change
This commit is contained in:
parent
efdd89b6c2
commit
e64ba05961
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue