From e5b30273243e4a95303711c2a2655dd5af6718b3 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 22 Sep 2017 09:52:22 -0400 Subject: [PATCH] css --- contrib/static/livechan.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/static/livechan.css b/contrib/static/livechan.css index bc8a1f7..72b456c 100644 --- a/contrib/static/livechan.css +++ b/contrib/static/livechan.css @@ -150,10 +150,10 @@ textarea, select { @media only screen and (max-device-width: 480px) { .livechan_convobar_root { - width: 40%; + width: 0%; } .livechan_chat_output { - width: 50%; + width: 95%; } }