From d57991626aba8765c75c212391241984df887bc6 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 3 May 2020 16:28:44 +0200 Subject: fix characters that have a portray size --- webAO/styles/client.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 383e1b4..1f38b4b 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -270,6 +270,7 @@ bottom: 0; left: 0; object-fit: cover; + object-position: 50% 0; } #client_pair_char { @@ -278,6 +279,7 @@ width: 100%; bottom: 0; object-fit: cover; + object-position: 50% 0; } #client_bench { -- cgit