diff --git a/app/css/player.css b/app/css/player.css index 68d74e6..20a2ea1 100644 --- a/app/css/player.css +++ b/app/css/player.css @@ -225,14 +225,14 @@ video::cue { } .controls input[type=range]::-webkit-slider-thumb { - height: 0px; - width: 0px; + height: 0; + width: 0; border-radius: 50%; background: var(--accent-color); cursor: pointer; -webkit-appearance: none; - margin-top: 1px; - transition: all .1s ease + margin-top: 2px; + transition: all .1s ease; } #nowPlayingDisplay { diff --git a/app/index.html b/app/index.html index 7684cae..084dbf6 100644 --- a/app/index.html +++ b/app/index.html @@ -132,41 +132,33 @@