Update: Fixes moving loading icon when wallet details are refreshing

This commit is contained in:
Sam Cheng Hung 2018-03-29 14:59:01 +09:00
commit 1bf28d6e63
3 changed files with 9 additions and 2 deletions

View file

@ -307,3 +307,7 @@ a.item {
color: $v-dark-gray;
font-size:0.9em;
}
.loading-wallet svg {
margin-top: 0;
}

View file

@ -10740,7 +10740,7 @@ textarea.d-block {
#tab-receive .payment-received-container .payment-received-amount {
font-size: 1.8em;
display: block;
margin: 15px auto; }
margin: 20px auto; }
#tab-receive .payment-received-container .payment-received-currency {
text-transform: uppercase; }
@ -11587,6 +11587,9 @@ a.item {
color: #445;
font-size: 0.9em; }
.loading-wallet svg {
margin-top: 0; }
#advanced-settings .list .item:before {
display: block;
position: absolute;

View file

@ -4,7 +4,7 @@
<a ng-show="updateStatusError" ng-click="updateAll(true)" translate>Tap to retry</a>
</div>
<span ng-click="onRefresh()" class="right" ng-show="(!updatingStatus && !updatingTxHistory)">&#8635;</span>
<ion-spinner class="spinner-dark recent right" icon="crescent" ng-show="(updatingStatus || updatingTxHistory) &&
<ion-spinner class="spinner-dark recent right loading-wallet" icon="crescent" ng-show="(updatingStatus || updatingTxHistory) &&
!walletNotRegistered && !updateStatusError && !updateTxHistoryError"></ion-spinner>
<div>