Merge pull request #3350 from vector-im/luke/css-statusbar-v-balance

Hide statusAreaBox_line entirely when inCall
pull/3395/head
Luke Barnard 2017-03-07 13:29:56 +00:00 committed by GitHub
commit 2bf96d4887
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 {