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