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 {
|
.chat-message-user img {
|
||||||
border: 2px solid #424242;
|
border: 2px solid #424242;
|
||||||
width: 26px;
|
width: 28px;
|
||||||
height: 26px;
|
height: 28px;
|
||||||
border-radius: 14px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
.chat-message-meta {
|
.chat-message-meta {
|
||||||
padding: 0 px;
|
padding: 0 8px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.chat-message-username {
|
.chat-message-username {
|
||||||
|
@ -344,7 +344,7 @@
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.chat-message-time {
|
.chat-message-time {
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
color: #757575;
|
color: #757575;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue