diff --git a/src/sass/views/includes/wallets.scss b/src/sass/views/includes/wallets.scss index a58b11b53..4c2d02eaa 100644 --- a/src/sass/views/includes/wallets.scss +++ b/src/sass/views/includes/wallets.scss @@ -3,10 +3,6 @@ .swiper-container { width: 85% !important; overflow: visible; - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); @media (max-height: 600px){ &{ transform: translate(-50%, -58%); diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index e2278d337..4343ce06e 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -166,6 +166,31 @@ .wallets{ position: relative; height: calc(100vh - 83vh); + .slides { + .swiper-container{ + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + } + } + } + @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); + } + } } }