diff options
| author | sD <stoned@derpymail.org> | 2020-05-03 16:28:44 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-03 16:28:44 +0200 |
| commit | d57991626aba8765c75c212391241984df887bc6 (patch) | |
| tree | 3a04acbb20d7e31a9a55be7da1e11aa6a9263b66 /webAO/styles | |
| parent | aa3f60fcffa7242fe09e2a539f931775cc7507ab (diff) | |
fix characters that have a portray size
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
