aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-03 10:13:17 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-03 10:13:17 +0800
commit61b4b1f947230a8d5157fab27ee8ec82e0826e02 (patch)
tree6dd8f4bedfc075a6dcfc2940dcea9a756f17bd8b /ui/app/app.js
parent49e37137042ba2f23dd48db92365f468f9d59e13 (diff)
downloadtangerine-wallet-browser-61b4b1f947230a8d5157fab27ee8ec82e0826e02.tar.gz
tangerine-wallet-browser-61b4b1f947230a8d5157fab27ee8ec82e0826e02.tar.zst
tangerine-wallet-browser-61b4b1f947230a8d5157fab27ee8ec82e0826e02.zip
Ensure app-header is rendered in responsive layout
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 53801ed52..7a855813f 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -214,7 +214,8 @@ App.prototype.renderAppBar = function () {
alignItems: 'center',
visibility: props.isUnlocked ? 'visible' : 'none',
background: '#EFEFEF', // $gallery
- height: '11vh',
+ height: '12vh',
+ maxHeight: '60px',
position: 'relative',
zIndex: 12,
},