Hide statusAreaBox_line entirely when inCall

This is to keep things vertically balanced.

Fixes https://github.com/vector-im/riot-web/issues/3269
pull/3350/head
Luke Barnard 2017-03-02 16:57:52 +00:00
parent 640c486bde
commit cfbcffac5a
1 changed files with 3 additions and 2 deletions

View File

@ -206,8 +206,9 @@ hr.mx_RoomView_myReadMarker {
}
.mx_RoomView_inCall .mx_RoomView_statusAreaBox_line {
border-top: 1px hidden;
padding-top: 1px;
margin-top: 2px;
border: none;
height: 0px;
}
.mx_RoomView_inCall .mx_MessageComposer_wrapper {