From 72df9746faa2d3797c5155162ededa7cb7a5fcb9 Mon Sep 17 00:00:00 2001 From: Simon Liang Date: Wed, 9 Aug 2017 05:36:58 +0800 Subject: removing styling comments --- ui/app/components/balance-component.js | 4 ---- 1 file changed, 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: {}, -- cgit