Merge pull request #1787 from thelounge/xpaw/messages-bottom

Align message container to the bottom
This commit is contained in:
Jérémie Astori 2017-12-15 22:27:04 -05:00 committed by GitHub
commit ffe8f2899b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -869,6 +869,8 @@ kbd {
will-change: transform, scroll-position;
-webkit-overflow-scrolling: touch;
position: absolute;
display: flex;
flex-direction: column;
}
#chat .channel .chat {
@ -921,6 +923,7 @@ kbd {
#chat .messages {
padding: 10px 0;
touch-action: pan-y;
margin-top: auto;
}
#chat .msg {