fix typing notifs

pull/533/head
Matthew Hodgson 2015-12-15 15:59:40 +00:00
parent d3ecce2d2e
commit d945050de6
1 changed files with 7 additions and 3 deletions

View File

@ -250,11 +250,10 @@ limitations under the License.
}
.mx_RoomView_typingBar {
margin-top: 10px;
margin-left: 63px;
margin-top: 6px;
margin-left: 65px;
color: #4a4a4a;
opacity: 0.5;
overflow-y: hidden;
}
.mx_RoomView_typingImage {
@ -264,6 +263,11 @@ limitations under the License.
float: left;
}
.mx_RoomView_typingText {
overflow-y: hidden;
display: block;
}
.mx_RoomView .mx_MessageComposer {
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;