From 092dee81590a821d4e837581a3b3847663f21223 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 14 Feb 2020 01:07:15 +0100 Subject: fix chars being at the right border on non-pairing servers --- webAO/styles/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 31c8a2a..9ecd8cb 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -184,6 +184,7 @@ height: 100%; width: 100%; bottom: 0; + left: 0; } #client_pair_char { -- cgit