Fixed header h1 alignment and network name

feature/default_network_editable
Luis Iván Cuende 8 years ago
parent 4a8bc63c8d
commit 3969526403
No known key found for this signature in database
GPG Key ID: DC59CF69F19801F5
  1. 5
      ui/app/app.js
  2. 3
      ui/app/css/index.css

@ -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'),

@ -163,9 +163,6 @@ textarea.twelve-word-phrase {
}
.network-name {
position: absolute;
top: 8px;
left: 60px;
width: 5.2em;
line-height: 9px;
text-rendering: geometricPrecision;

Loading…
Cancel
Save