From e5ba4be22c3e77d120c8aaf17d19e6b439ea180b Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Dec 2019 18:41:42 +0100 Subject: basic pairing --- webAO/client.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index ce057c9..0899e48 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -164,6 +164,14 @@ img { left: 0; } +#client_pair_char { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; + left: 0; +} + #client_bench { display: none; position: absolute; -- cgit