ensure 3 dots display during balance update
This commit is contained in:
parent
993fb5d8ad
commit
1cb0ffc141
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
<div
|
<div
|
||||||
class="amount-bg"
|
class="amount-bg"
|
||||||
ng-style="{'background-color':wallet.color}"
|
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-style="{'background-color':wallet.color, 'height': amountHeight}" class="amount">
|
||||||
<div ng-if="!notAuthorized && !updatingStatus">
|
<div ng-if="!notAuthorized && !updatingStatus">
|
||||||
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="updatingStatus">
|
<div ng-if="updatingStatus" class="amount__updating">
|
||||||
<div class="size-36">
|
<div class="size-36">
|
||||||
<strong>...</strong>
|
<strong>...</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue