From f470636a70943a8ecad8bddc791a1c2dddd28e1e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 4 May 2019 21:13:12 +0300 Subject: Components -> UI --- vnext/src/ui/Chat.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vnext/src/ui/Chat.css (limited to 'vnext/src/ui/Chat.css') diff --git a/vnext/src/ui/Chat.css b/vnext/src/ui/Chat.css new file mode 100644 index 00000000..520a5c9b --- /dev/null +++ b/vnext/src/ui/Chat.css @@ -0,0 +1,9 @@ +.Chat_messages { + box-sizing: border-box; + padding: 0 20px; + overflow-y: auto; + height: 450px; + display: flex; + flex-direction: column-reverse; + width: 100%; +} -- cgit v1.2.3