aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-30 15:45:51 +0200
committersD <stoned@derpymail.org>2020-03-30 15:45:51 +0200
commit38c6cc1f1df9fff237317383e384fe79d51d7bca (patch)
tree541759713aae99535ce7b32028a2004bb886c797
parentb6801a0f0bfedb8e1673eaf582b9f5605b40bbd8 (diff)
keep aspect ratio on danger roombas
-rw-r--r--webAO/styles/client.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index d56fe24..b0b1bb6 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -166,14 +166,16 @@
width: 100%;
top: 0;
left: 0;
+ object-fit: cover;
}
#client_char {
position: absolute;
- height: auto;
+ height: 100%;
width: 100%;
bottom: 0;
left: 0;
+ object-fit: cover;
}
#client_pair_char {
@@ -181,6 +183,7 @@
height: 100%;
width: 100%;
bottom: 0;
+ object-fit: cover;
}
#client_bench {