From a2af03fc7048ee94b09c1007cec1477b784925e8 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 18 Aug 2020 17:47:05 -0400 Subject: [PATCH] chat: bottom-align UI in input --- .../apps/chat/components/lib/chat-editor.js | 2 +- .../apps/chat/components/lib/chat-input.js | 94 ++++++++++--------- 2 files changed, 51 insertions(+), 45 deletions(-) diff --git a/pkg/interface/src/views/apps/chat/components/lib/chat-editor.js b/pkg/interface/src/views/apps/chat/components/lib/chat-editor.js index ee6dc4b6cd..c41c56262e 100644 --- a/pkg/interface/src/views/apps/chat/components/lib/chat-editor.js +++ b/pkg/interface/src/views/apps/chat/components/lib/chat-editor.js @@ -121,7 +121,7 @@ export default class ChatEditor extends Component { return (
; return ( -
-
+
+ {avatar} -
+ -
- -
-
- -
+ placeholder='Message...' + /> + +
+ +
+
+ +
+
); }