From dad87aab79d818144743cabc0e3d2c3b2eabcebf Mon Sep 17 00:00:00 2001 From: ThaUnknown Date: Thu, 24 Sep 2020 21:31:23 +0200 Subject: [PATCH] player cleanup, fixes --- app/css/player.css | 8 +++--- app/index.html | 58 ++++++++++++++++++----------------------- app/js/playerHandler.js | 6 ++--- 3 files changed, 32 insertions(+), 40 deletions(-) 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 @@
-
-
-
-
-
-
- - people - - - -
-
- - arrow_downward - - - -
-
- - arrow_upward - - - -
-
- +
+
-