fix general iOS and other device position issues on backup view
This commit is contained in:
parent
417e82c238
commit
6a9db7de1d
1 changed files with 12 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 65px;
|
bottom: 45px;
|
||||||
button {
|
button {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 65px;
|
bottom: 45px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
padding: .5rem .5rem .9rem;
|
padding: .5rem .5rem .9rem;
|
||||||
p {
|
p {
|
||||||
|
|
@ -78,8 +78,16 @@
|
||||||
.cta-buttons{
|
.cta-buttons{
|
||||||
bottom:110px;
|
bottom:110px;
|
||||||
}
|
}
|
||||||
#select-phrase{
|
.cta-buttons, #select-phrase{
|
||||||
bottom:100px;
|
bottom:110px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-device-width : 320px) and (max-device-width : 340px) and (orientation : portrait){
|
||||||
|
#wallet-backup-phrase{
|
||||||
|
.cta-buttons,#select-phrase{
|
||||||
|
bottom: 64px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue