1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Vertically center title bar content

This commit is contained in:
Dan Finlay 2016-05-11 02:56:12 -07:00
parent 9ff218afa8
commit f926aa8f85

View File

@ -74,6 +74,9 @@ App.prototype.render = function() {
// top row
h('.app-header.flex-row.flex-space-between', {
style: {
alignItems: 'center',
}
}, [
h('img', {
height: 24,