Fix layout after open the wallet. fix send button
This commit is contained in:
parent
d3107f2460
commit
959cd57fe1
5 changed files with 12 additions and 9 deletions
|
|
@ -37,8 +37,7 @@
|
|||
|
||||
|
||||
<section
|
||||
class="main-dark"
|
||||
ng-class="{'main': index.hasProfile, 'animation-left': index.swipeLeft,
|
||||
ng-class="{'main': index.hasProfile, 'main-dark': !index.hasProfile, 'animation-left': index.swipeLeft,
|
||||
'animation-right': index.swipeRight}"
|
||||
ui-view="main"></section>
|
||||
<div ui-view="menu"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue