From: SuperBFG7 Date: Thu, 17 Jun 2021 06:53:22 +0000 (+0200) Subject: Separate song info box and queue list X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=886e390d0995225ccd786a85df37cddb62ccdfc4;p=ympd.git Separate song info box and queue list Fix position of song info box and control buttons (don't scroll out of screen) --- diff --git a/htdocs/css/mpd.css b/htdocs/css/mpd.css index c1e9d46..21fe414 100644 --- a/htdocs/css/mpd.css +++ b/htdocs/css/mpd.css @@ -27,7 +27,6 @@ button { #breadcrump { display: block; - overflow: auto; white-space: nowrap; } @@ -165,3 +164,8 @@ button { text-decoration: none; color: black; } + +.sticky { + position: sticky; + top: 55px; +} diff --git a/htdocs/index.html b/htdocs/index.html index d9825ca..0fed0d4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -142,7 +142,7 @@
-
+
Queue @@ -165,8 +165,10 @@
- - +
+ + +
@@ -180,7 +182,7 @@ Album Title Length - +
@@ -194,7 +196,7 @@
-
+