mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
default sizes removed from slider
This commit is contained in:
parent
cdb72526ad
commit
44f98d5f53
2 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,6 @@ html.active-slider-within {
|
|||
}
|
||||
|
||||
.slider-container {
|
||||
--track-size: 0.5rem;
|
||||
--thumb-size: 1.5rem;
|
||||
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
overflow: visible;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
padding: 0 1.5rem;
|
||||
|
||||
.seek-bar {
|
||||
--track-size: 0.5rem;
|
||||
--thumb-size: 1.5rem;
|
||||
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue