Clear variable if wallet changed. Fix padding in home

This commit is contained in:
Gustavo Maximiliano Cortez 2015-08-19 17:10:40 -03:00
parent 9c5ab4ef2d
commit d29b36b935
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,7 @@ _:-ms-fullscreen, :root .main {
.amount {
width: 100%;
text-align: center;
padding: 3rem 1rem;
padding: 2.5rem 1rem 1.5rem 1rem;
margin-bottom: 11px;
color: #fff;
height: 175px;

View File

@ -95,6 +95,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.totalBalanceSat = null;
self.lockedBalanceSat = null;
self.availableBalanceSat = null;
self.pendingAmount = null;
self.totalBalanceStr = null;
self.availableBalanceStr = null;