mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
ux tweaks
This commit is contained in:
parent
264894e595
commit
cfd24604d5
|
@ -51,25 +51,28 @@ a.g {
|
|||
border-color: #3a0;
|
||||
box-shadow: 0 .3em 1em #4c0;
|
||||
}
|
||||
#repl {
|
||||
float: left;
|
||||
#repl,
|
||||
#pb a {
|
||||
border: none;
|
||||
background: none;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
#repl {
|
||||
position: fixed;
|
||||
bottom: .25em;
|
||||
left: .2em;
|
||||
}
|
||||
#pb {
|
||||
opacity: .5;
|
||||
text-align: right;
|
||||
position: fixed;
|
||||
bottom: .25em;
|
||||
right: .3em;
|
||||
}
|
||||
#pb span {
|
||||
opacity: .6;
|
||||
}
|
||||
#pb a {
|
||||
color: inherit;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
table {
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
<a href="#" id="repl">π</a>
|
||||
{%- if not this.args.nb %}
|
||||
<div id="pb"><span>powered by</span> <a href="{{ this.args.pb_url }}">copyparty</a></div>
|
||||
<span id="pb"><span>powered by</span> <a href="{{ this.args.pb_url }}">copyparty</a></span>
|
||||
{%- endif %}
|
||||
<script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue