mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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;
|
||||
}
|
||||
#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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue