diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 847ad0d78..b4a0d947d 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -2,24 +2,20 @@ @extend .deflash-blue; .address { background: #fff; - overflow: scroll; + overflow: auto; height: 100%; &-info { - padding: 10% 0 18% 0; + padding: 12% 0 20% 0; + text-align: center; .address-label { margin-top: 5%; font-size: 13px; } - .qr { - position: relative; - top: 15%; - } .request-button { padding-top: 20px; } } .incomplete { - height: 100%; .title { padding-top: 10%; font-size: 25px; @@ -32,9 +28,6 @@ margin-top: 10%; text-align: center; } - .button { - margin: 10%; - } } } .backup { @@ -44,8 +37,10 @@ cursor: pointer; background-color: orange; color: #fff; + text-align: center; + padding: 5px 0; i { - padding: 10px; + margin: 0 10px; } } .wallet-selector { diff --git a/www/views/tab-receive.html b/www/views/tab-receive.html index 8ae0cdde8..3612ec51c 100644 --- a/www/views/tab-receive.html +++ b/www/views/tab-receive.html @@ -19,32 +19,28 @@