diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 16:54:41 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 16:54:41 +0200 |
| commit | 6a317fdbd6080fa867aa065c4360ea56945b9ab1 (patch) | |
| tree | 54be675e38e63efda8d745be5f21ebf193424e27 /webAO/styles/client.css | |
| parent | 9f3806fed2b99f67a5b38941cd902634f6676d23 (diff) | |
| parent | 82eaeeddb422968a66fb75b16e3451db566c19de (diff) | |
Merge branch 'master' into objection_maker
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index cecba80..99381ec 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -182,6 +182,14 @@ height: 100%; width: 100%; bottom: 0; +} + +#client_pair_char>img { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; + left: 0; object-fit: cover; object-position: 50% 0; } @@ -192,6 +200,14 @@ width: 100%; bottom: 0; left: 0; +} + +#client_char>img { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; + left: 0; object-fit: cover; object-position: 50% 0; } |
