From 28844275e622fd2be5c590e3df4ea1128c6965b7 Mon Sep 17 00:00:00 2001 From: SuperBFG7 Date: Thu, 17 Jun 2021 09:55:45 +0200 Subject: [PATCH] Enable volume slider again Add volume number Move love button to song info box --- htdocs/css/mpd.css | 16 ++++++++++++++++ htdocs/index.html | 37 +++++++++++++++++++------------------ htdocs/js/mpd.js | 1 + 3 files changed, 36 insertions(+), 18 deletions(-) diff --git a/htdocs/css/mpd.css b/htdocs/css/mpd.css index a510ecf..1987ce2 100644 --- a/htdocs/css/mpd.css +++ b/htdocs/css/mpd.css @@ -9,6 +9,7 @@ body { #volumeslider { width: 150px; + float: left; } #volumeslider .progress { @@ -25,6 +26,20 @@ button { margin-top: 2px; } +#volume-number { + float: right; + margin-top: 2px; + margin-left: 10px; +} + +#love { + float: right; +} + +#love > button > span { + color: red; +} + #breadcrump { display: block; overflow: auto; @@ -169,5 +184,6 @@ button { .sticky { position: sticky; top: 55px; + z-index: 99; } } diff --git a/htdocs/index.html b/htdocs/index.html index 0fed0d4..4c5e951 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -94,24 +94,6 @@ -
- -
-
+
+
+ +
+ +
+