summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;