Dial Pad UI fix

pull/21833/head
Ayush PS 2021-03-24 14:00:09 +05:30
parent 427f649be6
commit 3df9557df2
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,7 @@ limitations under the License.
text-align: center;
vertical-align: middle;
line-height: 40px;
color: #15191e;
}
.mx_DialPad_deleteButton, .mx_DialPad_dialButton {

View File

@ -27,9 +27,11 @@ limitations under the License.
}
.mx_DialPadContextMenu_dialled {
height: 1em;
height: 1.5em;
font-size: 18px;
font-weight: 600;
max-width: 150px;
overflow: auto;
}
.mx_DialPadContextMenu_dialPad {