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