1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-10 05:37:20 +08:00

stick chats to bottom

This commit is contained in:
Henry Jameson 2022-05-20 00:28:34 +03:00
parent a45a05fbb2
commit c83657a072

View file

@ -31,6 +31,7 @@
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: end;
} }
.footer { .footer {