diff options
| author | sD <stoned@derpymail.org> | 2020-03-30 15:45:51 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-30 15:45:51 +0200 |
| commit | 38c6cc1f1df9fff237317383e384fe79d51d7bca (patch) | |
| tree | 541759713aae99535ce7b32028a2004bb886c797 /webAO | |
| parent | b6801a0f0bfedb8e1673eaf582b9f5605b40bbd8 (diff) | |
keep aspect ratio on danger roombas
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 5 |
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 { |
