Restores previous size of QR code
This commit is contained in:
parent
4470688e81
commit
7e56445330
1 changed files with 4 additions and 4 deletions
|
|
@ -324,10 +324,10 @@
|
|||
<div class="large-12 columns">
|
||||
<h2 class="text-center m10t" translate>My Bitcoin address</h2>
|
||||
<div class="text-center" ng-click="home.copyAddress(home.addr[index.walletId])" ng-show="home.addr[index.walletId] || home.generatingAddress">
|
||||
<qrcode size="180" data="bitcoin:{{home.addr[index.walletId]}}"></qrcode>
|
||||
<div ng-show="home.generatingAddress" style="position:relative; top:-186px; height:0px">
|
||||
<div style="height:180px; width:180px; margin:auto; background: white">
|
||||
<div class="spinner" style="margin-top:60px">
|
||||
<qrcode size="220" data="bitcoin:{{home.addr[index.walletId]}}"></qrcode>
|
||||
<div ng-show="home.generatingAddress" style="position:relative; top:-226px; height:0px">
|
||||
<div style="height:220px; width:220px; margin:auto; background: white">
|
||||
<div class="spinner" style="margin-top:85px">
|
||||
<div class="rect1"></div>
|
||||
<div class="rect2"></div>
|
||||
<div class="rect3"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue