summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 15 insertions, 1 deletions
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;