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