Added Push notifications, spaces-to-tabs, fixed textarea issue
This commit is contained in:
parent
80fcc8a51d
commit
4443dfc75c
3 changed files with 1356 additions and 1316 deletions
|
|
@ -380,7 +380,7 @@ a.no-decoration:active {
|
|||
resize: none;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
.chat-room-footer .chat-form .fa {
|
||||
font-size: 14px;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -261,7 +261,7 @@
|
|||
resize: none;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fa
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue