1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00

removing styling comments

This commit is contained in:
Simon Liang 2017-08-09 05:36:58 +08:00
parent 779be75370
commit 72df9746fa

View File

@ -18,8 +18,6 @@ BalanceComponent.prototype.render = function () {
const formattedBalance = balanceValue ? formatBalance(balanceValue, 6, needsParse) : '...' const formattedBalance = balanceValue ? formatBalance(balanceValue, 6, needsParse) : '...'
return h('div.balance-container', {}, [ return h('div.balance-container', {}, [
// laptop: 50px 50px
// mobile: 100px 100px
// TODO: balance icon needs to be passed in // TODO: balance icon needs to be passed in
h('img.balance-icon', { h('img.balance-icon', {
@ -44,8 +42,6 @@ BalanceComponent.prototype.renderBalance = function (formattedBalance) {
]) ])
} }
// laptop: 5vw?
// phone: 50vw?
return h('div.flex-column.balance-display', {}, [ return h('div.flex-column.balance-display', {}, [
h('div.token-amount', { h('div.token-amount', {
style: {}, style: {},