Update: Fixes moving loading icon when wallet details are refreshing
This commit is contained in:
parent
71bdd845da
commit
1bf28d6e63
3 changed files with 9 additions and 2 deletions
|
|
@ -307,3 +307,7 @@ a.item {
|
|||
color: $v-dark-gray;
|
||||
font-size:0.9em;
|
||||
}
|
||||
|
||||
.loading-wallet svg {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)">↻</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue