From 3c7df9e51f8b169f392f8d59a3eb26fbd0156205 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Mon, 26 Sep 2016 12:12:32 -0400 Subject: [PATCH 1/2] added iPhone 7 into range --- src/sass/views/wallet-backup-phrase.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/views/wallet-backup-phrase.scss b/src/sass/views/wallet-backup-phrase.scss index 0defd9af5..18739039e 100644 --- a/src/sass/views/wallet-backup-phrase.scss +++ b/src/sass/views/wallet-backup-phrase.scss @@ -84,7 +84,7 @@ } } - @media (min-width : 320px) and (max-width : 340px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){ + @media (min-width : 320px) and (max-width : 380px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){ #wallet-backup-phrase{ .cta-buttons,#select-phrase{ bottom: 64px; From 49301d7069c6aa9b313fdc0d131fcf65f4f9c08b Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Mon, 26 Sep 2016 12:35:10 -0400 Subject: [PATCH 2/2] added fix for iPhone plus devices --- src/sass/views/wallet-backup-phrase.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/views/wallet-backup-phrase.scss b/src/sass/views/wallet-backup-phrase.scss index 18739039e..057dea5f0 100644 --- a/src/sass/views/wallet-backup-phrase.scss +++ b/src/sass/views/wallet-backup-phrase.scss @@ -84,7 +84,7 @@ } } - @media (min-width : 320px) and (max-width : 380px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){ + @media (min-width : 320px) and (max-width : 415px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){ #wallet-backup-phrase{ .cta-buttons,#select-phrase{ bottom: 64px;