diff options
| author | sD <stoned@derpymail.org> | 2020-08-10 21:23:09 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-08-10 21:23:09 +0200 |
| commit | a73d855bf8cc49f2bf47e660aa48b2a0d460fd5e (patch) | |
| tree | 0342e5e592496244c5eec6e33ec7bf8cc42ab22b /webAO/styles | |
| parent | 0b4c03d19f4ab083495b16d1e3c2f4f8474bb5fe (diff) | |
just load all of them in the img
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; } |
