mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
music player css fixes
This commit is contained in:
parent
f17e765166
commit
204f4c5b33
|
|
@ -1028,7 +1028,8 @@ tr.play td:nth-child(1) a {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#ggrid > a.thumbed img,
|
#ggrid > a.thumbed img,
|
||||||
.thumbed img {
|
.thumbed img,
|
||||||
|
.thumbed #mu_th img {
|
||||||
position: static;
|
position: static;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
@ -4100,13 +4101,13 @@ html.e #wrap.thin .ghead {
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
#mu_outer {
|
html:not(.e):not(.f) #mu_outer {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
#mu_pbb {
|
#mu_pbb {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#mu_inner {
|
html:not(.e):not(.f) #mu_inner {
|
||||||
margin: -.5em;
|
margin: -.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue