aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js20
1 files changed, 11 insertions, 9 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 2eb037460..0f26f8add 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -172,15 +172,17 @@ App.prototype.renderAppBar = function () {
]),
]),
- h('.app-header', {
- style: {
- visibility: props.isUnlocked ? 'visible' : 'none',
- background: '#EFEFEF', // $gallery
- height: '38px',
- position: 'relative',
- zIndex: 12,
- },
- })
+ // extra app-header space
+
+ // h('.app-header', {
+ // style: {
+ // visibility: props.isUnlocked ? 'visible' : 'none',
+ // background: '#EFEFEF', // $gallery
+ // height: '38px',
+ // position: 'relative',
+ // zIndex: 12,
+ // },
+ // })
])
)
}