diff options
Diffstat (limited to 'webAO/styles')
| -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; } |
