Skip to content

Commit

Permalink
Hide statusAreaBox_line entirely when inCall
Browse files Browse the repository at this point in the history
This is to keep things vertically balanced.

Fixes #3269
  • Loading branch information
Luke Barnard committed Mar 2, 2017
1 parent 640c486 commit cfbcffa
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cfbcffa

Please sign in to comment.