From 6f07acc4be2b5aca879676e42fa1ac8d151eb5e9 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 14 Jun 2016 13:29:53 -0700 Subject: Center main account icon --- ui/app/account-detail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 2f897e19b..0269fc8eb 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -65,6 +65,7 @@ AccountDetailScreen.prototype.render = function() { // invisible placeholder for later h('i.fa.fa-users.fa-lg.color-orange', { style: { + width: '30px', visibility: 'hidden', }, }), -- cgit v1.2.3