From e49c9e2bf76fd602849e1018fb7880db5c857f68 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Mar 2020 13:45:00 +0100 Subject: masterchat doesn't need to be this wide anymore --- webAO/styles/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO') diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 2e2f265..48b14c0 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -39,7 +39,7 @@ #masterchat { width: 100%; - height: 260px; + height: 200px; font-size: inherit; background-color: darkgrey; color: black; -- cgit