Show current nick in MessageInput
This commit is contained in:
parent
d3a0a21338
commit
2328cfa940
5 changed files with 53 additions and 24 deletions
|
@ -443,13 +443,27 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
right: 0;
|
||||
height: 50px;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
border-top: 1px solid #DDD;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.message-input-nick {
|
||||
margin: 10px;
|
||||
line-height: 30px;
|
||||
height: 30px;
|
||||
padding: 0 10px;
|
||||
background: #6BB758;
|
||||
color: #FFF;
|
||||
font-family: Montserrat, sans-serif;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.message-input {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 15px;
|
||||
border-top: 1px solid #DDD;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.userlist {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue