1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Center main account icon

This commit is contained in:
Dan Finlay 2016-06-14 13:29:53 -07:00
parent a04815555f
commit 6f07acc4be

View File

@ -65,6 +65,7 @@ AccountDetailScreen.prototype.render = function() {
// invisible placeholder for later // invisible placeholder for later
h('i.fa.fa-users.fa-lg.color-orange', { h('i.fa.fa-users.fa-lg.color-orange', {
style: { style: {
width: '30px',
visibility: 'hidden', visibility: 'hidden',
}, },
}), }),