summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2016-03-30 14:04:27 +0100
committerJoe Robinson <joe@lc8n.com>2016-03-30 14:04:27 +0100
commit60b2520abe1f8ed3f334890330c5fe2e2b0bf0a7 (patch)
tree789625a0a7e5472559350b733573e68b03da34e2 /style.css
parentfcaeaa8655bac6a33755de99d14ae979c07d3be7 (diff)
Server message, topic, kick, quit, kill, whois, channel list support etc
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 11 insertions, 4 deletions
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;