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

View file

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