From e2606bddf48d31ce63ce91efa90728e3d25392ca Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 20:21:48 +0100 Subject: fix chatbox on localhost and change evibox --- webAO/styles/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 70d6096..bbe8952 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -193,7 +193,7 @@ background-size: contain; height: 0%; width: auto; - top: 1.5em; + top: 1em; transition: 0.25s linear; transition-property: height, opacity; } -- cgit