summaryrefslogtreecommitdiff
path: root/client/src
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-01 20:58:36 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-01 20:58:36 -0400
commitfb6290173effac7d713718ad5b487a405ae64351 (patch)
tree2f28e1a6b7e47e32e29f22ac7a948e00dd9e5da6 /client/src
parenta5c00c4bb45102b676a6b0435c8b80c6908ecff1 (diff)
index
Diffstat (limited to 'client/src')
-rw-r--r--client/src/lib/app/index.js2
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,