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

@ -15,7 +15,7 @@ limitations under the License.
*/
.mx_RoomStatusBar {
margin-top: 15px;
margin-top: 10px;
margin-left: 65px;
min-height: 34px;
}
@ -25,11 +25,17 @@ limitations under the License.
padding-left: 18px;
padding-right: 12px;
margin-left: -73px;
margin-top: 13px;
float: left;
width: 24px;
text-align: center;
}
.mx_RoomStatusBar_callBar {
height: 50px;
line-height: 50px;
}
.mx_RoomStatusBar_placeholderIndicator span {
color: #4a4a4a;
opacity: 0.5;