Add in-call dialpad for DTMF sending

Requires https://github.com/matrix-org/matrix-js-sdk/pull/1573
This commit is contained in:
David Baker 2021-01-04 20:01:43 +00:00
parent 3fa2b7d55c
commit 4b43929aa3
9 changed files with 242 additions and 21 deletions

View file

@ -310,8 +310,14 @@ limitations under the License.
}
}
// Makes the alignment correct
.mx_CallView_callControls_nothing {
.mx_CallView_callControls_dialpad {
margin-right: auto;
&::before {
background-image: url('$(res)/img/voip/dialpad.svg');
}
}
.mx_CallView_callControls_button_dialpad_hidden {
margin-right: auto;
cursor: initial;
}