From e94484b1f3835c76c232eebd3283a5dd7efac082 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Tue, 15 Nov 2016 09:48:39 -0500 Subject: [PATCH] final fixes for in between viewport sizes --- src/sass/views/tab-receive.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 6e11911ad..ffdb13be9 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -72,7 +72,7 @@ font-size: .8rem; // left:10%; position: absolute; - transition: all .4s ease; + transition: all .15s ease; width:100%; height: 100%; z-index: 0; @@ -255,8 +255,10 @@ display: inline-block; width:80%; } - &-next{left:-25%;} - &-prev{left:25%;} + @media(max-width: 500px){ + &-next{left:-25%;} + &-prev{left:25%;} + } } @media (max-height: 600px){ &{