diff options
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index 0d68a01c0..388a067f0 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -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, |