From 58c1d980a11b4fb4fec5b300c81d1e81f8cbb066 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 11 May 2026 22:57:10 +0200 Subject: [PATCH] music widget minor fix --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index b20e3415..24a3a477 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1669,7 +1669,7 @@ html.b #music { } #mu_pbb { height: 3em; - margin: .5em 0; + margin: .5em auto; width: 80vw; display: block; position: relative;