aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorLuis Iván Cuende <me@luisivan.net>2016-12-14 15:38:55 +0800
committerLuis Iván Cuende <me@luisivan.net>2016-12-14 15:38:55 +0800
commit233094e19d862014937e8f765fd5961d40fc3fbe (patch)
tree6ecbaea9d35213bf0d63ffb269973e7ef3cf4ee8 /ui/app/app.js
parent9e3fa3cfba20299413df87d18158180c7798d2ac (diff)
downloadtangerine-wallet-browser-233094e19d862014937e8f765fd5961d40fc3fbe.tar.gz
tangerine-wallet-browser-233094e19d862014937e8f765fd5961d40fc3fbe.tar.zst
tangerine-wallet-browser-233094e19d862014937e8f765fd5961d40fc3fbe.zip
Beautified disclaimer
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 9538a6b93..d870cec4a 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -114,7 +114,6 @@ App.prototype.renderAppBar = function () {
alignItems: 'center',
visibility: props.isUnlocked ? 'visible' : 'none',
background: props.isUnlocked ? 'white' : 'none',
- height: '36px',
position: 'relative',
zIndex: 2,
},