1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fixed header h1 alignment and network name

This commit is contained in:
Luis Iván Cuende 2016-12-14 14:35:36 -08:00
parent 4a8bc63c8d
commit 3969526403
No known key found for this signature in database
GPG Key ID: DC59CF69F19801F5
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -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;