From a99a3bc6d794ddd0025d93ea79aa6e1871a4292e Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 4 Oct 2024 18:15:18 +0000 Subject: [PATCH] audio-player: fix compact-mode rendering glitch on narrow screens --- copyparty/web/browser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 7035188c..0da6563c 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1362,6 +1362,7 @@ html.y #widget.open { } #widget.cmp #barpos, #widget.cmp #barbuf { + height: 1.6em; width: calc(100% - 11em); border-radius: 0; left: 5em;