mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 18:22:45 +08:00
![Joffrey JAFFEUX](/assets/img/avatar_default.png)
This commit will now allow us to track read position in a thread and returns to this position when you open the thread. Note this commit is also extracting the following components to make it possible: - `<ChatMessagesScroller />` - `<ChatMessagesContainer />` The `UpdateUserThreadLastRead` has been updated to allow this. Various refactorings have also been done to the code and specs to improve the support of last read.
10 lines
120 B
SCSS
10 lines
120 B
SCSS
.chat-thread {
|
|
&__body {
|
|
margin: 0 1px 0 0;
|
|
}
|
|
|
|
.chat-messages-scroller {
|
|
padding: 10px 10px 0 10px;
|
|
}
|
|
}
|