diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 18:56:17 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 18:56:17 +0100 |
| commit | b45ada9c735d6df1129a271b4de6b7592880922a (patch) | |
| tree | 16a7a2648d6c06f5695b777da647dc9bb67712c5 /webAO/styles | |
| parent | 254e6c2f2d7966b2817a6d162c1543ef45a82c30 (diff) | |
transform is not widely supported
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 03458d6..241a66e 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -108,10 +108,9 @@ #client_charselect { display: grid; position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - width: 75vw; + top: 5vh; + left: 10vw; + width: 80vw; max-height: 90vh; overflow-y: scroll; justify-content: center; |
