summaryrefslogtreecommitdiff
path: root/client/src/lib/app/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-02 11:29:34 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-02 11:29:34 -0400
commitbac4e77f8905bf27b395f6690a8581885088c41c (patch)
treeacd89da900b71bb4dbb831db951842fd12fef672 /client/src/lib/app/index.js
parent73129939682a8f10845b7e012d10d75b3f618dd9 (diff)
db and header stuff
Diffstat (limited to 'client/src/lib/app/index.js')
-rw-r--r--client/src/lib/app/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js
index 0553155..29a5bf9 100644
--- a/client/src/lib/app/index.js
+++ b/client/src/lib/app/index.js
@@ -152,6 +152,7 @@ const styles = StyleSheet.create({
backgroundColor: '#000000',
},
inner: {
+ flex: 1,
flexDirection: 'row',
height: window.innerHeight - 50 - 50,
},