fix message styling

This commit is contained in:
Connor Turland 2017-01-09 13:27:39 -05:00 committed by GitHub
parent cb95e027c4
commit e84dfbaa33

View file

@ -325,12 +325,12 @@
}
.chat-message-user img {
border: 2px solid #424242;
width: 26px;
height: 26px;
border-radius: 14px;
width: 28px;
height: 28px;
border-radius: 16px;
}
.chat-message-meta {
padding: 0 px;
padding: 0 8px;
float: left;
}
.chat-message-username {
@ -344,7 +344,7 @@
word-wrap: break-word;
}
.chat-message-time {
font-size: 10px;
font-size: 12px;
color: #757575;
}
}