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

Remove old header space

This commit is contained in:
sdtsui 2017-07-30 20:02:42 -07:00
parent 7ea38523ea
commit b15575b453

View File

@ -172,17 +172,6 @@ App.prototype.renderAppBar = function () {
]), ]),
]), ]),
// extra app-header space
// h('.app-header', {
// style: {
// visibility: props.isUnlocked ? 'visible' : 'none',
// background: '#EFEFEF', // $gallery
// height: '38px',
// position: 'relative',
// zIndex: 12,
// },
// })
]) ])
) )
} }