ensure 3 dots display during balance update

This commit is contained in:
Marty Alcala 2016-11-14 15:34:47 -05:00
parent 993fb5d8ad
commit 1cb0ffc141
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<div
class="amount-bg"
ng-style="{'background-color':wallet.color}"
ng-show="scrollingDown || true"></div>
></div>
<div ng-style="{'background-color':wallet.color, 'height': amountHeight}" class="amount">
<div ng-if="!notAuthorized && !updatingStatus">
@ -64,7 +64,7 @@
</div>
</div>
</div>
<div ng-if="updatingStatus">
<div ng-if="updatingStatus" class="amount__updating">
<div class="size-36">
<strong>...</strong>
</div>