fixed full screen positioning issue with qr code
This commit is contained in:
parent
b0c5fc22db
commit
fefdc0de93
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue