mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 09:42:13 +00:00
define track size relative to thumb size
This commit is contained in:
parent
99c0982f05
commit
4c4095b577
1 changed files with 2 additions and 2 deletions
|
|
@ -25,13 +25,13 @@ html.active-slider-within {
|
|||
|
||||
.track {
|
||||
flex: 1;
|
||||
height: var(--track-size);
|
||||
height: calc(var(--thumb-size) / 3);
|
||||
background-color: var(--track-color);
|
||||
}
|
||||
|
||||
.track-before {
|
||||
flex: none;
|
||||
height: var(--track-size);
|
||||
height: calc(var(--thumb-size) / 3);
|
||||
background-color: var(--track-before-color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue