diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-02 11:29:34 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-02 11:29:34 -0400 |
| commit | bac4e77f8905bf27b395f6690a8581885088c41c (patch) | |
| tree | acd89da900b71bb4dbb831db951842fd12fef672 /client/src/lib/app/index.js | |
| parent | 73129939682a8f10845b7e012d10d75b3f618dd9 (diff) | |
db and header stuff
Diffstat (limited to 'client/src/lib/app/index.js')
| -rw-r--r-- | client/src/lib/app/index.js | 1 |
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, }, |
