fix(chat): chat message css

This commit is contained in:
OldHawk
2017-07-20 12:28:44 +08:00
parent ad3ca9dff5
commit 50cb5ac8a5

View File

@@ -61,11 +61,11 @@
}
}
&:not(:first-child) {
margin-top: 10px;
margin-top: 8px;
}
&:not(:last-child) {
margin-bottom: 10px;
margin-bottom: 8px;
}
.chat-message-header {
padding-left: 50px;
@@ -126,7 +126,7 @@
cursor: pointer;
float: left;
margin-left: -50px;
margin-top: -18px;
margin-top: -14px;
border-radius: 3px;
height: 38px;
width: 38px;
@@ -177,7 +177,7 @@
cursor: pointer;
float: right;
margin-right: -50px;
margin-top: -18px;
margin-top: -14px;
border-radius: 3px;
height: 38px;
width: 38px;