aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-07 07:58:45 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-07 07:58:45 +0800
commitdc0f78c1b986a57313d465fd352235eb36bbe828 (patch)
tree9b8c68702a2f7720163c05f6b424f14f2cfb1fdd /ui/app/components
parentc1b85179590e824e9af93da5c1c67ef3a5eb1d06 (diff)
downloadtangerine-wallet-browser-dc0f78c1b986a57313d465fd352235eb36bbe828.tar.gz
tangerine-wallet-browser-dc0f78c1b986a57313d465fd352235eb36bbe828.tar.zst
tangerine-wallet-browser-dc0f78c1b986a57313d465fd352235eb36bbe828.zip
Fix font size of eth display for 576-780px vw
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/tx-view.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js
index 3652a43a6..193abe8dc 100644
--- a/ui/app/components/tx-view.js
+++ b/ui/app/components/tx-view.js
@@ -99,8 +99,6 @@ TxView.prototype.render = function () {
// mobile: 100px 100px
h('img.hero-balance-icon', {
src: '../images/eth_logo.svg',
- width: '60px',
- height: '60px',
style: {}
}),