aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Chat.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-22 13:02:55 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commite6f0888dc7cbecd0fd186b3c3bd70e557a92413c (patch)
treef1d51e578de2e55d56cac5554e2d8e711d0e16bf /vnext/src/components/Chat.css
parenta799b4ffe210a77a64117e1437c026bd771e3ac7 (diff)
Component styling in CSS
Diffstat (limited to 'vnext/src/components/Chat.css')
-rw-r--r--vnext/src/components/Chat.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/vnext/src/components/Chat.css b/vnext/src/components/Chat.css
new file mode 100644
index 00000000..02c81ef7
--- /dev/null
+++ b/vnext/src/components/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%
+} \ No newline at end of file