fix message styling
This commit is contained in:
parent
cb95e027c4
commit
e84dfbaa33
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue