diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 18:41:42 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 18:41:42 +0100 |
| commit | e5ba4be22c3e77d120c8aaf17d19e6b439ea180b (patch) | |
| tree | 9173589e62eaa4357aeba5960e9e73e4fb5905c5 /webAO/client.css | |
| parent | 772e8eb4f5869b47f2000285ecf85a0cdc06b485 (diff) | |
basic pairing
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |
