From 00703e74a1df7f09d98d47271e71ad58845d424a Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Mon, 5 Oct 2020 17:28:29 -0400 Subject: [PATCH] chat: bumping chat input size --- .../src/views/apps/chat/components/lib/ChatInput.tsx | 10 +++++----- .../src/views/apps/chat/components/lib/chat-editor.js | 2 +- pkg/interface/src/views/apps/chat/css/custom.css | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx b/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx index 6b253e890..73e170fe5 100644 --- a/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx +++ b/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx @@ -49,7 +49,7 @@ export default class ChatInput extends Component this.submit = this.submit.bind(this); this.toggleCode = this.toggleCode.bind(this); - + } toggleCode() { @@ -81,7 +81,7 @@ export default class ChatInput extends Component } } - + submit(text) { const { props, state } = this; @@ -133,7 +133,7 @@ export default class ChatInput extends Component { url } ); } - + } uploadError(error) { @@ -205,7 +205,7 @@ export default class ChatInput extends Component onPaste={this.onPaste.bind(this)} placeholder='Message...' /> -
/>
-
+ style={{ flexGrow: 1, paddingBottom: '3px', maxHeight: '224px', width: 'calc(100% - 88px)' }}>