diff options
| -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 { |
