diff options
| author | sD <stoned@derpymail.org> | 2020-02-14 01:07:15 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-14 01:07:15 +0100 |
| commit | 092dee81590a821d4e837581a3b3847663f21223 (patch) | |
| tree | 357f6b0d22bdcea1ed99698a0611af17b35186b4 | |
| parent | abfc9a91d0d7913983234f3b8677765a653b9bf1 (diff) | |
fix chars being at the right border on non-pairing servers
| -rw-r--r-- | webAO/styles/client.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
