fix statusbar height and behaviour during voip calls
This commit is contained in:
parent
735da3c15e
commit
cc75eb8b0e
4 changed files with 19 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue