From a1f8b35599a87e15139907f9ee6276113fcf48a4 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 22 Sep 2017 09:48:41 -0400 Subject: [PATCH] more css for livechan --- contrib/static/livechan.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/static/livechan.css b/contrib/static/livechan.css index 45ba351..a7ba0a3 100644 --- a/contrib/static/livechan.css +++ b/contrib/static/livechan.css @@ -148,6 +148,12 @@ textarea, select { width: 10%; } +@media only screen and (max-device-width: 480px) { + .livechan_convobar_root { + width: 40%; + } +} + .livechan_convobar_item { padding: 5px; margin: 5px; @@ -261,6 +267,7 @@ textarea, select { float: left; clear: both; } + .livechan_chat_output_chat:last-child{ margin-bottom:2em; }