diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 03f2b16f..8e90c14f 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1633,7 +1633,7 @@ html:not(.e):not(.d) #up_quick .btn.on { #music a { cursor: pointer; } -html.b #mu_inner { +html.b #mu_outer { background: color-mix(in oklab, var(--bg-u2) 70%, transparent); backdrop-filter: blur(32px); } @@ -1642,6 +1642,11 @@ html.b #mu_inner { top: 0; left: 0; } +#mu_outer { + display: flex; + justify-content: center; + width: 100%; +} #mu_inner { align-content: center; text-align: center; @@ -3992,7 +3997,7 @@ html.e #wrap.thin { top: 5px; right: 5px; } - #music { + #mu_outer { padding: 1em; } #mu_pbb { diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index cc46e984..0135ed2e 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -178,25 +178,27 @@