mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
better
This commit is contained in:
parent
0c786b0766
commit
3fc0d2cc4a
|
@ -1,6 +1,5 @@
|
|||
<!--
|
||||
save this as .epilogue.html inside a
|
||||
write-only folder to declutter the UI
|
||||
save this as .epilogue.html inside a write-only folder to declutter the UI
|
||||
-->
|
||||
|
||||
<style>
|
||||
|
@ -13,17 +12,20 @@
|
|||
|
||||
#u2cards /* and the upload progress tabs */
|
||||
|
||||
{display:none!important} /* do it! */
|
||||
{display: none !important} /* do it! */
|
||||
|
||||
|
||||
|
||||
/* add some margins because now it's weird */
|
||||
.opview {margin-top: 2.5em}
|
||||
#op_up2k {margin-top: 5em}
|
||||
#op_up2k {margin-top: 3em}
|
||||
|
||||
/* and embiggen the upload button */
|
||||
#u2conf #u2btn, #u2btn {padding:1.5em 0}
|
||||
|
||||
/* button area can be smaller tho */
|
||||
#u2conf {width: 35em !important; margin-bottom: 2em}
|
||||
|
||||
</style>
|
||||
|
||||
<a href="#" onclick="this.parentNode.innerHTML='';">show advanced options</a>
|
||||
|
|
Loading…
Reference in a new issue