mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-06-09 17:42:25 +03:00
okay
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user