From 204f4c5b33e61c5ed1168e6a1cee62e38747a24e Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 24 May 2026 16:57:34 +0200 Subject: [PATCH] music player css fixes --- copyparty/web/browser.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index dba70d00..cc08bdd8 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1028,7 +1028,8 @@ tr.play td:nth-child(1) a { display: none !important; } #ggrid > a.thumbed img, -.thumbed img { +.thumbed img, +.thumbed #mu_th img { position: static; opacity: 1; } @@ -4100,13 +4101,13 @@ html.e #wrap.thin .ghead { top: 5px; right: 5px; } - #mu_outer { + html:not(.e):not(.f) #mu_outer { padding: 1em; } #mu_pbb { width: 100%; } - #mu_inner { + html:not(.e):not(.f) #mu_inner { margin: -.5em; } }