diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-01 20:58:36 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-01 20:58:36 -0400 |
| commit | fb6290173effac7d713718ad5b487a405ae64351 (patch) | |
| tree | 2f28e1a6b7e47e32e29f22ac7a948e00dd9e5da6 /client/src | |
| parent | a5c00c4bb45102b676a6b0435c8b80c6908ecff1 (diff) | |
index
Diffstat (limited to 'client/src')
| -rw-r--r-- | client/src/lib/app/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js index dc4d9ac..0553155 100644 --- a/client/src/lib/app/index.js +++ b/client/src/lib/app/index.js @@ -153,7 +153,7 @@ const styles = StyleSheet.create({ }, inner: { flexDirection: 'row', - height: window.height - 50 - 50, + height: window.innerHeight - 50 - 50, }, logo: { marginTop: 0, |
