2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-09 17:42:25 +03:00
This commit is contained in:
Metin
2016-05-09 19:22:55 +03:00
parent fcf4b1bf39
commit 8c220ad076
3 changed files with 98 additions and 6 deletions
+23
View File
@@ -55,6 +55,29 @@ body {
height: 240px;
margin: 0;
overflow-y: scroll;
padding-top: 5px;
}
.chat .messages ul li .name {
font-size: 12px;
font-weight: bold;
margin-bottom: 5px;
}
.chat .messages ul li {
margin-bottom: 10px;
}
.chat .messages ul li span {
border-radius: 5px !important;
background: #E0EDFF;
padding: 5px 12px;
font-size: 15px;
}
.chat .messages ul li.me {
text-align: right;
margin-right: 10px;
}
.chat .input {