diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-12-21 20:25:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-21 20:25:14 +0100 |
| commit | 95804d101874a2852dcf4337f4657eec0b5268e5 (patch) | |
| tree | 9f7b51aa6f22b4d3f9482a8c9d04f1cdb7b68f07 /webAO/client.css | |
| parent | 853dd1acad0265ca0d425e12530dce9c598b1c07 (diff) | |
| parent | f06a61c201ebf9f7fb74192fa43cf7319da11cab (diff) | |
Merge branch 'custom-shownames' into master
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/webAO/client.css b/webAO/client.css index ce057c9..82199e2 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -161,7 +161,13 @@ img { height: 100%; width: 100%; bottom: 0; - left: 0; +} + +#client_pair_char { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; } #client_bench { |
