mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix file-list jumping around during uploads
This commit is contained in:
parent
c2bf6fe2a3
commit
95309afeea
|
@ -1544,6 +1544,7 @@ html.light #bbox-overlay figcaption a {
|
|||
|
||||
#op_up2k {
|
||||
padding: 0 1em 1em 1em;
|
||||
min-height: 60em;
|
||||
}
|
||||
#u2form {
|
||||
position: absolute;
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
/* adjust the button area a bit */
|
||||
#u2conf.has_btn {width: 35em !important; margin: 5em auto}
|
||||
|
||||
/* a */
|
||||
#op_up2k {min-height: 0}
|
||||
|
||||
</style>
|
||||
|
||||
<a href="#" onclick="this.parentNode.innerHTML='';">show advanced options</a>
|
||||
|
|
Loading…
Reference in a new issue