fixed full screen positioning issue with qr code

This commit is contained in:
Jamal Jackson 2016-09-07 15:09:53 -04:00
commit fefdc0de93

View file

@ -10,7 +10,7 @@
<ion-content ng-controller="tabReceiveController" ng-init="init()">
<article id="address">
<div class="row">
<div class="m15t text-center" copy-to-clipboard="addr">
<div class="m15t text-center col col-60 center-block" copy-to-clipboard="addr">
<qrcode size="220" data="bitcoin:{{addr}}"></qrcode>
<div ng-if="wallet.needsBackup" class="assertive m10t" translate>
Before receiving funds, you must backup your wallet. If this device is lost, it is impossible to access your funds without a backup.