diff options
| author | Henry Jameson <me@hjkos.com> | 2022-05-20 00:28:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-05-20 00:28:34 +0300 |
| commit | c83657a072dc0d6e77a9c866147094099fb5dc24 (patch) | |
| tree | fd6ea28c07fe9a00b63247aa715428de78532f3b /src/components/chat | |
| parent | a45a05fbb2358af4b3ec20e6a7520683918e1499 (diff) | |
stick chats to bottom
Diffstat (limited to 'src/components/chat')
| -rw-r--r-- | src/components/chat/chat.scss | 1 |
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 { |
