default sizes removed from slider

This commit is contained in:
nklhrstv 2020-04-01 14:37:04 +03:00
parent cdb72526ad
commit 44f98d5f53
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -4,6 +4,9 @@
padding: 0 1.5rem;
.seek-bar {
--track-size: 0.5rem;
--thumb-size: 1.5rem;
height: 2.5rem;
}