fix statusbar height and behaviour during voip calls

This commit is contained in:
Matthew Hodgson
2016-09-01 00:14:51 +01:00
parent 735da3c15e
commit cc75eb8b0e
4 changed files with 19 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ hr.mx_RoomView_myReadMarker {
.mx_RoomView_statusAreaBox {
max-width: 960px;
margin: auto;
min-height: 60px;
min-height: 50px;
}
.mx_RoomView_statusAreaBox_line {
@@ -239,6 +239,7 @@ hr.mx_RoomView_myReadMarker {
.mx_RoomView_voipButton {
float: right;
margin-right: 13px;
margin-top: 10px;
cursor: pointer;
}