mirror of
https://github.com/4yn/slidershim.git
synced 2024-11-24 05:50:12 +01:00
fix styling
This commit is contained in:
parent
2fb8995e68
commit
169d981e6f
@ -16,10 +16,6 @@ body {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 1rem;
|
||||
@ -113,6 +109,11 @@ body {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.iplist {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
input,
|
||||
select {
|
||||
width: 100%;
|
||||
|
@ -60,7 +60,7 @@
|
||||
{
|
||||
"title": "slidershim",
|
||||
"width": 500,
|
||||
"height": 550,
|
||||
"height": 600,
|
||||
"resizable": false,
|
||||
"fullscreen": false,
|
||||
"decorations": false,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user