aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index ba891f1cf..7da03cdd1 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -140,8 +140,9 @@ App.prototype.renderAppBar = function () {
// metamask name
h('h1', {
style: {
- position: 'relative',
- left: '9px',
+ position: 'absolute',
+ left: '50%',
+ transform: 'translateX(-50%)',
},
}, 'MetaMask'),