mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 21:52:25 -06:00
fix music modal mobile layout
This commit is contained in:
parent
a9d51d701a
commit
e59ec2f4aa
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -178,6 +178,7 @@
|
|||
</div>
|
||||
|
||||
<div id="music" class="modal">
|
||||
<div id="mu_outer">
|
||||
<div id="mu_inner">
|
||||
<a id="h_music" class="modalheader" href="#">💿 Music Player</a>
|
||||
|
||||
|
|
@ -199,6 +200,7 @@
|
|||
<a id="cl_mu" class="close btn">✕</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- define symbol in hidden svg document -->
|
||||
<svg style="display: none" version="1.1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue