diff options
author | Simon Liang <simon@divby0.io> | 2017-08-09 05:36:58 +0800 |
---|---|---|
committer | Simon Liang <simon@divby0.io> | 2017-08-10 14:43:01 +0800 |
commit | 72df9746faa2d3797c5155162ededa7cb7a5fcb9 (patch) | |
tree | 2b8d34a617c7e11db037f88b482ff09db150e4f7 /ui | |
parent | 779be75370e10ea9b248686790127200badc3f65 (diff) | |
download | tangerine-wallet-browser-72df9746faa2d3797c5155162ededa7cb7a5fcb9.tar tangerine-wallet-browser-72df9746faa2d3797c5155162ededa7cb7a5fcb9.tar.gz tangerine-wallet-browser-72df9746faa2d3797c5155162ededa7cb7a5fcb9.tar.bz2 tangerine-wallet-browser-72df9746faa2d3797c5155162ededa7cb7a5fcb9.tar.lz tangerine-wallet-browser-72df9746faa2d3797c5155162ededa7cb7a5fcb9.tar.xz tangerine-wallet-browser-72df9746faa2d3797c5155162ededa7cb7a5fcb9.tar.zst tangerine-wallet-browser-72df9746faa2d3797c5155162ededa7cb7a5fcb9.zip |
removing styling comments
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/balance-component.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/components/balance-component.js b/ui/app/components/balance-component.js index 47da24c74..250bb6479 100644 --- a/ui/app/components/balance-component.js +++ b/ui/app/components/balance-component.js @@ -18,8 +18,6 @@ BalanceComponent.prototype.render = function () { const formattedBalance = balanceValue ? formatBalance(balanceValue, 6, needsParse) : '...' return h('div.balance-container', {}, [ - // laptop: 50px 50px - // mobile: 100px 100px // TODO: balance icon needs to be passed in h('img.balance-icon', { @@ -44,8 +42,6 @@ BalanceComponent.prototype.renderBalance = function (formattedBalance) { ]) } - // laptop: 5vw? - // phone: 50vw? return h('div.flex-column.balance-display', {}, [ h('div.token-amount', { style: {}, |