fix styling

This commit is contained in:
4yn
2022-03-23 01:15:38 +08:00
parent 2fb8995e68
commit 169d981e6f
3 changed files with 8 additions and 7 deletions

View File

@@ -210,12 +210,12 @@
<div class="input">
<div class="serverlist">
Brokenithm server running, access at one of:
<pre>
<div class="iplist">
{ips
.map((x) => `http://${x}:1606/`)
.join("\n")
.trim()}
</pre>
</div>
</div>
</div>
</div>