ensl_gathers/public/css/app.css
2015-07-21 15:10:24 +01:00

13 lines
No EOL
143 B
CSS

#chatroom {
margin-top: 20px;
}
.add-left {
margin-left: 10px;
}
#chatmessages {
max-height: 70%;
min-height: 70%;
overflow-y: scroll;
}