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:
parent
4a8bc63c8d
commit
3969526403
@ -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…
Reference in New Issue
Block a user