diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 01ac339a..9bb8762f 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1641,6 +1641,8 @@ html.b #music { #mu_inner { align-content: center; text-align: center; + position: relative; + width: 100%; } #mu_th { cursor: default !important; @@ -3943,6 +3945,11 @@ html.e #wrap.thin { pointer-events: none; box-shadow: 0 0 .5em var(--mp-sh); } + #music #pvol { + position: absolute; + bottom: 3.5em; + right: -1.7em; + } #pvolbg:hover #pvol { display: block; opacity: 1; @@ -3979,6 +3986,15 @@ html.e #wrap.thin { top: 5px; right: 5px; } + #music { + padding: 1em; + } + #mu_pbb { + width: 100%; + } + #mu_inner { + margin: -.5em; + } } @media (max-width: 40em) { diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index ee5152da..cc46e984 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -178,8 +178,9 @@