diff options
| author | sD <stoned@derpymail.org> | 2020-03-07 17:01:54 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-07 17:01:54 +0100 |
| commit | 30bcb820c45de5d9dc55842f9f95949b8acd4406 (patch) | |
| tree | b1c259af07f5ae2c32c630587740b3e78c3de338 /webAO/styles/client.css | |
| parent | 39259ef342cd5dba087a3d244fbefa60aec57b43 (diff) | |
hide charselect until the chars are received
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 2 |
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; |
