From 9c7099b2e0dfc2cb6cef3aa5578be72d951dc69f Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 22 Dec 2017 20:48:48 +0100 Subject: changed bench to ao2, added ao2 loading support fixed talkanim --- client.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client.css') diff --git a/client.css b/client.css index 6ff3edb..03f1d07 100644 --- a/client.css +++ b/client.css @@ -138,9 +138,9 @@ img { #client_bench { display: none; position: absolute; - height: 20%; + height: 100%; width: 100%; - top: 80%; + top: 0; left: 0; } -- cgit