diff options
| author | sD <stoned@derpymail.org> | 2020-03-08 17:25:12 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-08 17:25:12 +0100 |
| commit | a6a3b472ccdabc3fa0f6a08d0540f6a347c9b8e1 (patch) | |
| tree | 35506706680178438a69b682654aacec02bd607b /webAO/styles | |
| parent | 3a0f22488b284eb283b92dd650cc03860d62f285 (diff) | |
do not stretch sprites with crooked resolutions
Diffstat (limited to 'webAO/styles')
| -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 d70a13d..88b5532 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -170,7 +170,7 @@ #client_char { position: absolute; - height: 100%; + height: auto; width: 100%; bottom: 0; left: 0; |
