From fcaeaa8655bac6a33755de99d14ae979c07d3be7 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sat, 26 Mar 2016 06:41:09 +0100 Subject: Joins, parts, PMs, inline image/video/audio/youtube, server status messages, I should commit more often --- style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 15b2c49..cd7e10a 100644 --- a/style.css +++ b/style.css @@ -22,9 +22,23 @@ body { top: 35; padding:10px; bottom:42px; - width: 100%; + width: 80%; + margin-top:5px; overflow-y: scroll; } + +.ui.users { + position: absolute; + top: 35; + right:0; + padding:10px; + margin:0px; + bottom:42px; + width: 20%; + overflow-y: scroll; + +} + #message { position: absolute; right: 0; -- cgit v1.2.3