Remove CSS for StatusBar mid-timeline

pull/2981/head
Luke Barnard 2017-01-23 13:30:39 +00:00
parent 6b1d138918
commit b582cf0a5f
1 changed files with 0 additions and 10 deletions

View File

@ -216,16 +216,6 @@ hr.mx_RoomView_myReadMarker {
.mx_RoomView_statusArea_expanded {
max-height: 50px;
margin-top: 0px;
}
.mx_RoomView_statusArea_expanded.mx_RoomView_statusArea_mid_timeline {
margin-top: -50px;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
}
.mx_RoomView_statusAreaBox {