summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2016-03-26 06:41:09 +0100
committerJoe Robinson <joe@lc8n.com>2016-03-26 06:41:09 +0100
commitfcaeaa8655bac6a33755de99d14ae979c07d3be7 (patch)
tree1490a0d00355518f3df92e349eb8e40b68c9d9fd /style.css
parentb41a6935b738dd01acb84bab8014b68786c4a608 (diff)
Joins, parts, PMs, inline image/video/audio/youtube, server status messages, I should commit more often
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;