splash adjustments

This commit is contained in:
Til Schmitter 2026-04-18 22:26:59 +02:00
parent 5353b3e466
commit 9f2e75859c
3 changed files with 7 additions and 4 deletions

View file

@ -8,7 +8,7 @@ html {
#wrap { #wrap {
max-width: 40em; max-width: 40em;
margin: 2em auto; margin: 2em auto;
padding: 0 1em 3em 1em; padding: 2em 1em 3em 1em;
line-height: 1.3em; line-height: 1.3em;
} }
#wrap.w { #wrap.w {
@ -19,6 +19,7 @@ h1 {
margin: 1em 0 .4em 0; margin: 1em 0 .4em 0;
padding: 0; padding: 0;
line-height: 1em; line-height: 1em;
font-size: x-large;
font-weight: normal; font-weight: normal;
} }
li { li {
@ -264,5 +265,5 @@ html.bz .vols img {
left: 1em; left: 1em;
border-radius: .3em; border-radius: .3em;
background: #333; background: #333;
position: absolute; position: fixed;
} }

View file

@ -17,7 +17,7 @@
<body> <body>
<div id="wrap"> <div id="wrap">
{%- if not in_shr %} {%- if not in_shr %}
<a id="a" href="{{ r }}/?h{{ re }}" class="af">refresh</a> <a id="a" href="{{ r }}/?h{{ re }}" class="af">auto-refresh</a>
<a id="v" href="{{ r }}/?hc" class="af">connect</a> <a id="v" href="{{ r }}/?hc" class="af">connect</a>
{%- if this.uname == '*' %} {%- if this.uname == '*' %}
@ -201,7 +201,7 @@
</ul> </ul>
</div> </div>
<a href="#" id="repl">π</a> <a href="#" id="repl" style="opacity: .4;">π</a>
{%- if not this.args.nb %} {%- if not this.args.nb %}
<span id="pb"><span>powered by</span> <a href="{{ this.args.pb_url }}">copyparty {{ver}}</a></span> <span id="pb"><span>powered by</span> <a href="{{ this.args.pb_url }}">copyparty {{ver}}</a></span>
{%- endif %} {%- endif %}

View file

@ -13,6 +13,8 @@
{{ html_head }} {{ html_head }}
</head> </head>
<a id="homebtn" href="/?h">⬅️</a>
<body> <body>
<div id="wrap" class="w"> <div id="wrap" class="w">
<div class="cn"> <div class="cn">