Remove call bar
Also hide video mute button on voice calls (awaiting clarification from design) and fix mute keyboard shortcuts by moving them out of roomview & into callview.
This commit is contained in:
parent
41e885dd67
commit
50965e41eb
6 changed files with 63 additions and 231 deletions
|
@ -145,6 +145,9 @@ limitations under the License.
|
|||
|
||||
.mx_CallView_callControls_button {
|
||||
cursor: pointer;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
|
@ -184,9 +187,6 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_CallView_callControls_button_hangup {
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
|
||||
&::before {
|
||||
background-image: url('$(res)/img/voip_buttons/hangup.svg');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue