From 4920c9766a4c7d389c5aa17e7f254b35e5e4cc97 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Sun, 16 Oct 2016 18:57:09 -0400 Subject: [PATCH] commented out styles for big screen devices --- src/sass/views/tab-receive.scss | 34 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 4343ce06e..9b940733c 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -175,23 +175,23 @@ } } } - @media(min-width: 700px) and (min-height: 700px){ - .wallets{display: none;} - #address{ - height:90vh; - width:75%; - .qr{ - height: 70%; - div{ - transform: scale(1.5); - } - } - #bit-address{ - height: 10%; - padding: calc(100vh - 99vh); - } - } - } + // @media(min-width: 700px) and (min-height: 700px){ + // .wallets{display: none;} + // #address{ + // height:90vh; + // width:75%; + // .qr{ + // height: 70%; + // div{ + // transform: scale(1.5); + // } + // } + // #bit-address{ + // height: 10%; + // padding: calc(100vh - 99vh); + // } + // } + // } } @keyframes fadeIn {