Change fullscreen button to expand button in PIP view

and fix call controls which didn't appear in video call
This commit is contained in:
David Baker 2020-11-19 16:36:23 +00:00
parent 84f1ebf63a
commit 49bd66c377
3 changed files with 33 additions and 4 deletions

View file

@ -75,7 +75,7 @@ limitations under the License.
margin-left: auto;
}
.mx_CallView_header_control_fullscreen {
.mx_CallView_header_button {
display: inline-block;
vertical-align: middle;
cursor: pointer;
@ -90,10 +90,21 @@ limitations under the License.
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
}
}
.mx_CallView_header_button_fullscreen {
&::before {
mask-image: url('$(res)/img/element-icons/call/fullscreen.svg');
}
}
.mx_CallView_header_button_expand {
&::before {
mask-image: url('$(res)/img/element-icons/call/expand.svg');
}
}
.mx_CallView_header_roomName {
font-weight: bold;
font-size: 12px;