From 6a9db7de1d8e13d1b540d1e08aa512e6af179f5e Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Fri, 16 Sep 2016 15:36:50 -0400 Subject: [PATCH] fix general iOS and other device position issues on backup view --- src/sass/views/wallet-backup-phrase.scss | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/sass/views/wallet-backup-phrase.scss b/src/sass/views/wallet-backup-phrase.scss index fca8319e7..6e578e3dc 100644 --- a/src/sass/views/wallet-backup-phrase.scss +++ b/src/sass/views/wallet-backup-phrase.scss @@ -34,7 +34,7 @@ position: absolute; width: 100%; text-align: center; - bottom: 65px; + bottom: 45px; button { max-width: 400px; } @@ -51,7 +51,7 @@ width: 100%; text-align: center; position: absolute; - bottom: 65px; + bottom: 45px; padding-bottom: 20px; padding: .5rem .5rem .9rem; p { @@ -78,8 +78,16 @@ .cta-buttons{ bottom:110px; } - #select-phrase{ - bottom:100px; + .cta-buttons, #select-phrase{ + bottom:110px; + } + } + } + + @media (min-device-width : 320px) and (max-device-width : 340px) and (orientation : portrait){ + #wallet-backup-phrase{ + .cta-buttons,#select-phrase{ + bottom: 64px; } } }