mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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
|
// top row
|
||||||
h('.app-header.flex-row.flex-space-between', {
|
h('.app-header.flex-row.flex-space-between', {
|
||||||
|
style: {
|
||||||
|
alignItems: 'center',
|
||||||
|
}
|
||||||
}, [
|
}, [
|
||||||
h('img', {
|
h('img', {
|
||||||
height: 24,
|
height: 24,
|
||||||
|
Loading…
Reference in New Issue
Block a user