mirror of
https://github.com/oarkflow/mq.git
synced 2025-12-24 13:57:52 +08:00
25 lines
302 B
CSS
25 lines
302 B
CSS
#container{
|
|
width: 400px;
|
|
margin: 30px auto 0 auto;
|
|
}
|
|
|
|
#messages{
|
|
height: 200px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.control-item{
|
|
margin-top: 15px;
|
|
}
|
|
|
|
#message-send-btn, #clear-messages-btn{
|
|
width: 100%;
|
|
}
|
|
|
|
#message-list{
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.message-item{
|
|
margin-bottom: 8px;
|
|
} |