commit: c83657a072dc0d6e77a9c866147094099fb5dc24 parent a45a05fbb2358af4b3ec20e6a7520683918e1499 Author: Henry Jameson <me@hjkos.com> Date: Fri, 20 May 2022 00:28:34 +0300 stick chats to bottomDiffstat:
M | src/components/chat/chat.scss | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 {