Remove old header space

feature/default_network_editable
sdtsui 7 years ago
parent 7ea38523ea
commit b15575b453
  1. 11
      ui/app/app.js

@ -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,
// },
// })
])
)
}

Loading…
Cancel
Save