From 56205aee74012ed5eef8b0b3038a0139ee929eed Mon Sep 17 00:00:00 2001 From: David Jay Date: Mon, 21 Nov 2016 16:19:27 -0500 Subject: [PATCH] Expanding dialog box for signin. --- client/coral-embed-stream/src/CommentStream.js | 4 ++-- client/coral-embed-stream/style/default.css | 4 ++++ npm-debug.log.2447565331 | 0 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 npm-debug.log.2447565331 diff --git a/client/coral-embed-stream/src/CommentStream.js b/client/coral-embed-stream/src/CommentStream.js index f5ac55db8..62dcee95e 100644 --- a/client/coral-embed-stream/src/CommentStream.js +++ b/client/coral-embed-stream/src/CommentStream.js @@ -84,8 +84,8 @@ class CommentStream extends Component { const rootItemId = this.props.items.assets && Object.keys(this.props.items.assets)[0]; const rootItem = this.props.items.assets && this.props.items.assets[rootItemId]; - const {loggedIn, user} = this.props.auth; - return
+ const {loggedIn, user, showSignInDialog} = this.props.auth; + return
{ rootItem ?
diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 9ba329f98..174f3ef16 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -7,6 +7,10 @@ body { padding: 0px 0px 50px 0px; } +.expandForSignin { + min-height: 550px; +} + button { padding: 5px 10px; margin: 5px; diff --git a/npm-debug.log.2447565331 b/npm-debug.log.2447565331 new file mode 100644 index 000000000..e69de29bb