mirror of https://github.com/vector-im/riot-web
Dial Pad UI fix
parent
427f649be6
commit
3df9557df2
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue