fixes importants ux issues
This commit is contained in:
parent
8354907550
commit
e0ccb14ab5
13 changed files with 125 additions and 51 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<div class="side-nav wallets text-center off-canvas-list" ng-show="!wallets[0]">
|
||||
<p class="size-12 text-gray m10t" translate>You do not have another wallets.</p>
|
||||
<a href="#!/create" class="db button secondary tiny" title="Create new wallet">
|
||||
<i class="m20r fi-plus"></i> {{'Create new wallet' | translate }} </a>
|
||||
<i class="m10r fi-plus"></i> {{'Create new wallet' | translate }} </a>
|
||||
</div>
|
||||
<ul class="side-nav wallets off-canvas-list" ng-show="wallets[0]"
|
||||
ng-click="toggleWalletSelection()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue