ensl_gathers/public/css/app.css

13 lines
143 B
CSS
Raw Normal View History

2015-07-21 14:10:24 +00:00
#chatroom {
margin-top: 20px;
}
.add-left {
margin-left: 10px;
}
#chatmessages {
max-height: 70%;
min-height: 70%;
overflow-y: scroll;
}