diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 22:25:09 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 22:25:09 +0100 |
| commit | 471cce5bcb7c41c34849a608e541b7d84dc512c9 (patch) | |
| tree | 54ad1bff93d81fac69a872da3ef6878633f16573 /webAO/styles/client.css | |
| parent | f6027422107d5a9d584fa25533b2c25655ff6ecb (diff) | |
change it back to block
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 011d692..0c4d388 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -106,7 +106,7 @@ } #client_charselect { - display: grid; + display: block; position: fixed; top: 5vh; left: 10vw; |
