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 From 14a820df051d53e9a3254b819c1b63c84c549b14 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Dec 2019 18:47:12 +0100 Subject: fix offset --- webAO/client.css | 1 - 1 file changed, 1 deletion(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 0899e48..5056e27 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -169,7 +169,6 @@ img { height: 100%; width: 100%; bottom: 0; - left: 0; } #client_bench { -- cgit From be568feef204eeb07ded55cb51c1e4ba8f2e9c92 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Dec 2019 19:00:25 +0100 Subject: self offset --- webAO/client.css | 1 - 1 file changed, 1 deletion(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 5056e27..82199e2 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -161,7 +161,6 @@ img { height: 100%; width: 100%; bottom: 0; - left: 0; } #client_pair_char { -- cgit