Fix to wide screen
This commit is contained in:
parent
2b655ed6c1
commit
9f6426388b
2 changed files with 12 additions and 4 deletions
|
|
@ -22,12 +22,16 @@
|
|||
</div>
|
||||
|
||||
<div class="create-tab">
|
||||
<div class="tab-container">
|
||||
<a href
|
||||
ng-class="{'selected': totalCopayers == 1}"
|
||||
ng-click="create.setTotalCopayers(1)" translate>Personal Wallet</a>
|
||||
</div>
|
||||
<div class="tab-container">
|
||||
<a href
|
||||
ng-class="{'selected': totalCopayers != 1}"
|
||||
ng-click="create.setTotalCopayers(3)" translate>Shared Wallet</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form name="setupForm" ng-submit="create.create(setupForm)" novalidate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue