diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 3f1f9a911..692224cf2 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -113,6 +113,7 @@ } &__status-icon { font-size: 18px; + margin-left: 5px; position: relative; top: 1px; color: $light-gray; diff --git a/src/sass/views/walletDetails.scss b/src/sass/views/walletDetails.scss index b556f5549..52dd836bc 100644 --- a/src/sass/views/walletDetails.scss +++ b/src/sass/views/walletDetails.scss @@ -191,10 +191,6 @@ line-height: 36px; } - strong { - line-height: 100%; - } - &__button-balance { background-color: transparent; border: 1px solid rgba(255,255,255,0.25); diff --git a/www/views/tab-home.html b/www/views/tab-home.html index e648d02e7..375ed4dcf 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -80,12 +80,11 @@ Incomplete - {{wallet.status.totalBalanceStr}} - - + {{wallet.status.totalBalanceStr}} [Balance Hidden] {{wallet.m}}-of-{{wallet.n}} + {{wallet.error}}