From 60b2520abe1f8ed3f334890330c5fe2e2b0bf0a7 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Wed, 30 Mar 2016 14:04:27 +0100 Subject: Server message, topic, kick, quit, kill, whois, channel list support etc --- style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index cd7e10a..d196b54 100644 --- a/style.css +++ b/style.css @@ -17,19 +17,26 @@ body { } +.ui.topic { + position: absolute; + top: 35px; + height: 30px; + margin-top:5px; + width: 100%; + padding:2px; +} .ui.segment.chat { position: absolute; - top: 35; - padding:10px; + top: 65; bottom:42px; width: 80%; - margin-top:5px; overflow-y: scroll; + margin: 0px; } .ui.users { position: absolute; - top: 35; + top: 65; right:0; padding:10px; margin:0px; -- cgit v1.2.3