aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/client.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-08-17 20:08:28 +0200
committerGitHub <noreply@github.com>2020-08-17 20:08:28 +0200
commit75918e87c8e5b867b82515ddecfe119295f10c02 (patch)
tree348b69c7e686192010b14232162be33ce14892f2 /webAO/styles/client.css
parent80ed593824ea84b0320165ad50598b6811cbbc69 (diff)
parent5e2923522e69fedc2f06a5be6c137f74915d699f (diff)
Merge pull request #67 from AttorneyOnline/apng_v3
Apng v3
Diffstat (limited to 'webAO/styles/client.css')
-rw-r--r--webAO/styles/client.css16
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;
}