diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 1f7a26f2b..1cd42cf19 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -4,7 +4,7 @@ - + @@ -26,7 +26,7 @@ Payment Proposals - {{txpsN}} + {{txpsN}} @@ -61,24 +61,24 @@ {{wallet.name || wallet.id}} - + {{wallet.m}}-of-{{wallet.n}} - + Incomplete - - {{wallet.status.availableBalanceStr}} - [Balance Hidden] + + {{wallet.status.availableBalanceStr}} + [Balance Hidden] @@ -89,22 +89,22 @@ - + Buy & Sell Bitcoin - + - - + @@ -115,13 +115,13 @@ + ng-if="!externalServices.AmazonGiftCards || !externalServices.BitpayCard || !externalServices.BuyAndSell || !wallets[0]"> Next steps - - + + - + diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index f75138075..4ce59566b 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -26,14 +26,24 @@ top:0; right:0; content:''; + @media (min-width: 450px){ + &{ + width:90%; + } + } } &.item-heading{ &:before{ - width:100%; + width:100% !important; top:99% } } - &:nth-child(2){ + &:nth-child(1){ + &:before{ + width:0; + } + } + &:nth-child(2):last-child{ &:before{ width:0; }
- + Incomplete - - {{wallet.status.availableBalanceStr}} - [Balance Hidden] + + {{wallet.status.availableBalanceStr}} + [Balance Hidden] @@ -89,22 +89,22 @@ - + Buy & Sell Bitcoin - + - - + @@ -115,13 +115,13 @@ + ng-if="!externalServices.AmazonGiftCards || !externalServices.BitpayCard || !externalServices.BuyAndSell || !wallets[0]"> Next steps - - + + - + diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index f75138075..4ce59566b 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -26,14 +26,24 @@ top:0; right:0; content:''; + @media (min-width: 450px){ + &{ + width:90%; + } + } } &.item-heading{ &:before{ - width:100%; + width:100% !important; top:99% } } - &:nth-child(2){ + &:nth-child(1){ + &:before{ + width:0; + } + } + &:nth-child(2):last-child{ &:before{ width:0; }