ux tweaks

This commit is contained in:
ed 2023-01-17 23:21:31 +00:00
parent 264894e595
commit cfd24604d5
2 changed files with 11 additions and 8 deletions

View file

@ -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 {

View file

@ -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>