Merge branch 'chat-pagination' into 'develop'

Chat pagination

See merge request soapbox-pub/soapbox-fe!206
This commit is contained in:
Alex Gleason 2020-09-04 23:32:26 +00:00
commit 961b4711c4
6 changed files with 7 additions and 1 deletions

Binary file not shown.

View file

@ -99,12 +99,18 @@
.chat-messages {
overflow-y: scroll;
flex: 1;
display: flex;
flex-direction: column-reverse;
}
.chat-message {
margin: 14px 10px;
padding: 7px 10px;
display: flex;
&:last-child {
padding-top: 14px;
}
&__bubble {
font-size: 15px;
padding: 4px 10px;