From 38c6cc1f1df9fff237317383e384fe79d51d7bca Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 30 Mar 2020 15:45:51 +0200 Subject: keep aspect ratio on danger roombas --- webAO/styles/client.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'webAO/styles') 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 { -- cgit