move stuff on amount screen so native keyboard can be used on mobile

This commit is contained in:
Kadir Sekha 2017-12-27 22:16:35 +00:00
commit cccf162ac7
2 changed files with 55 additions and 30 deletions

View file

@ -44,6 +44,10 @@
position: absolute;
top: 10px;
}
.amount span input {
display: inline;
width: 120px;
}
.amount-pane-recipient {
position: absolute;
top: 95px;