aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-08 17:25:12 +0100
committersD <stoned@derpymail.org>2020-03-08 17:25:12 +0100
commita6a3b472ccdabc3fa0f6a08d0540f6a347c9b8e1 (patch)
tree35506706680178438a69b682654aacec02bd607b /webAO
parent3a0f22488b284eb283b92dd650cc03860d62f285 (diff)
do not stretch sprites with crooked resolutions
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/client.css2
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;