fix issue of iPad backup view cta buttons not fully visible, fix modal for all sizes
This commit is contained in:
parent
53423791f7
commit
b370b07efb
2 changed files with 5 additions and 3 deletions
|
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-device-width : 320px) and (max-device-width : 340px) and (orientation : portrait){
|
||||
@media (min-width : 320px) and (max-width : 340px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){
|
||||
#wallet-backup-phrase{
|
||||
.cta-buttons,#select-phrase{
|
||||
bottom: 64px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue