Support changing the nick by clicking it in MessageInput
This commit is contained in:
parent
4a74463ae8
commit
f174d98107
16 changed files with 335 additions and 134 deletions
|
@ -323,8 +323,10 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
|
||||
.chat-title {
|
||||
margin-left: 15px;
|
||||
font-size: 24px !important;
|
||||
font: 24px Montserrat, sans-serif;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
.chat-topic-wrap {
|
||||
|
@ -502,13 +504,14 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
}
|
||||
|
||||
.message-input-nick {
|
||||
display: block;
|
||||
margin: 10px;
|
||||
line-height: 30px;
|
||||
height: 30px;
|
||||
padding: 0 10px;
|
||||
background: #6BB758;
|
||||
background: #6BB758 !important;
|
||||
color: #FFF;
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-family: Montserrat, sans-serif !important;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue