Merge pull request #1787 from thelounge/xpaw/messages-bottom
Align message container to the bottom
This commit is contained in:
commit
ffe8f2899b
@ -869,6 +869,8 @@ kbd {
|
|||||||
will-change: transform, scroll-position;
|
will-change: transform, scroll-position;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .channel .chat {
|
#chat .channel .chat {
|
||||||
@ -921,6 +923,7 @@ kbd {
|
|||||||
#chat .messages {
|
#chat .messages {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
touch-action: pan-y;
|
touch-action: pan-y;
|
||||||
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .msg {
|
#chat .msg {
|
||||||
|
Loading…
Reference in New Issue
Block a user