From bec6e5a851400557fb1c37436de90020778042e0 Mon Sep 17 00:00:00 2001 From: rern Date: Sun, 8 Dec 2024 14:56:14 +0700 Subject: [PATCH] Update main.css --- srv/http/assets/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srv/http/assets/css/main.css b/srv/http/assets/css/main.css index 4b33a432a..87e7141a2 100644 --- a/srv/http/assets/css/main.css +++ b/srv/http/assets/css/main.css @@ -2067,6 +2067,7 @@ li.active .li2 bl { @media ( max-width: 500px ) { #page-playback { padding-top: 60px } #playback-row { margin-top: 20px } + #debug, #time-knob { display: none } #volume-knob, #coverart-block { width: 100% } @@ -2074,6 +2075,11 @@ li.active .li2 bl { #volume-knob { width: auto } #coverart-block, #divcover { max-width: 100% } + #bar-bottom.hide { + display: block !important; + opacity: 0 !important; + } + #bar-bottom.translucent { opacity: 0.6 !important } .wl { width: 46% } .c1 { margin-left: 5% } .c2 { margin-left: 27% }