aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-05-20 00:28:34 +0300
committerHenry Jameson <me@hjkos.com>2022-05-20 00:28:34 +0300
commitc83657a072dc0d6e77a9c866147094099fb5dc24 (patch)
treefd6ea28c07fe9a00b63247aa715428de78532f3b /src/components/chat/chat.scss
parenta45a05fbb2358af4b3ec20e6a7520683918e1499 (diff)
stick chats to bottom
Diffstat (limited to 'src/components/chat/chat.scss')
-rw-r--r--src/components/chat/chat.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss
index 9c98871d..f2e154ab 100644
--- a/src/components/chat/chat.scss
+++ b/src/components/chat/chat.scss
@@ -31,6 +31,7 @@
height: 100%;
display: flex;
flex-direction: column;
+ justify-content: end;
}
.footer {