From b45ada9c735d6df1129a271b4de6b7592880922a Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 15 Feb 2020 18:56:17 +0100 Subject: transform is not widely supported --- webAO/styles/client.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'webAO/styles') 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; -- cgit