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:
parent
9ff218afa8
commit
f926aa8f85
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user