mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
consistent clickable area for showing media player modal
This commit is contained in:
parent
442ce75622
commit
01e94921e8
|
|
@ -1211,6 +1211,8 @@ html:not(.e) #ggrid>a.thumbed.dir:before {
|
||||||
}
|
}
|
||||||
#widget.thin #trackname {
|
#widget.thin #trackname {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: stretch;
|
||||||
|
width: -moz-available;
|
||||||
}
|
}
|
||||||
|
|
||||||
#np_inf {
|
#np_inf {
|
||||||
|
|
@ -1506,6 +1508,7 @@ html:not(.e):not(.d) #up_quick .btn.on {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
margin-left: .3em;
|
margin-left: .3em;
|
||||||
padding: 1.2em 0;
|
padding: 1.2em 0;
|
||||||
|
min-height: 1em;
|
||||||
}
|
}
|
||||||
#progbar {
|
#progbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue