mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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 {
|
||||
margin-right: auto;
|
||||
width: stretch;
|
||||
width: -moz-available;
|
||||
}
|
||||
|
||||
#np_inf {
|
||||
|
|
@ -1506,6 +1508,7 @@ html:not(.e):not(.d) #up_quick .btn.on {
|
|||
text-overflow: ellipsis;
|
||||
margin-left: .3em;
|
||||
padding: 1.2em 0;
|
||||
min-height: 1em;
|
||||
}
|
||||
#progbar {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue