From b1bef4d9bc28c9b4ef57b750368e92cb1878eba7 Mon Sep 17 00:00:00 2001 From: stale Date: Wed, 1 Jun 2022 04:34:31 -0300 Subject: localStorage of identities, UI overhaul --- assets/style.css | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'assets/style.css') diff --git a/assets/style.css b/assets/style.css index 58da34f..4127817 100644 --- a/assets/style.css +++ b/assets/style.css @@ -3,18 +3,21 @@ src: url("./f.ttf"); } #board-container { - font-size: 36px; - line-height: 22px; + font-size: 80px; + line-height: 48px; + margin: 2vw; } .cent { - width: 80vmin; + width: 80vw; margin: 0 auto; } body { font-family: vt323, monospace; + font-size: 20pt; background-color: black; color: white; + margin: 0; } .unsel { -webkit-touch-callout: none; @@ -25,15 +28,18 @@ body { user-select: none; } .cursor { - font-size: 16pt; + font-size: 20pt; + padding: 0; pointer-events: none; + z-index: 1; } .cursor * { margin: 0 0; } .cursor-name { background-color: #000000c0; - padding: 0.1em 0.1em; + padding: 0 0.1em; + line-height: initial; } #rlist a, #rlist span { @@ -42,6 +48,20 @@ body { background-color: #3c3c3c; } +#miscinfo { + flex-grow: 1; +} + +#statusline { + display: flex; + position: sticky; + background-color: black; + width: 96vw; + padding: 0 2vw; + bottom: 0px; + left: 0px; +} + span, h1, h4 { margin: 0 auto; } -- cgit v1.2.3