aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-07 17:01:54 +0100
committersD <stoned@derpymail.org>2020-03-07 17:01:54 +0100
commit30bcb820c45de5d9dc55842f9f95949b8acd4406 (patch)
treeb1c259af07f5ae2c32c630587740b3e78c3de338 /webAO
parent39259ef342cd5dba087a3d244fbefa60aec57b43 (diff)
hide charselect until the chars are received
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/client.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 79b3b94..d70a13d 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -105,7 +105,7 @@
}
#client_charselect {
- display: block;
+ display: none;
position: fixed;
top: 5vh;
left: 10vw;