From 6719983ef7a2fd1b70683f3715b71b28a4a7ff41 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Tue, 15 Nov 2016 10:47:31 -0500 Subject: [PATCH] update to handle difference between iPhone 5 and browser window when viewed at same size --- src/sass/views/tab-receive.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index ffdb13be9..ce142b3e5 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -20,6 +20,9 @@ position: relative; flex-flow: column; @media(max-height: 600px){ + height: calc(100vh - 32vh); + } + @media(max-height: 600px) and (-webkit-device-pixel-ratio: 2){ height: calc(100vh - 36vh); } &-info{