mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 07:58:07 +08:00
This change encourages users to title their threads to make it easier for other users to join in on conversations that matter to them. The creator of the chat thread will receive a toast notification prompting them to add a thread title when on mobile and the thread has at least 5 sent replies.
21 lines
270 B
SCSS
Vendored
21 lines
270 B
SCSS
Vendored
.chat-thread {
|
|
&__body {
|
|
margin: 0 1px 0 0;
|
|
}
|
|
|
|
.chat-messages-scroller {
|
|
padding: 10px 10px 0 10px;
|
|
}
|
|
}
|
|
|
|
.thread-toast {
|
|
.toast-hide {
|
|
font-size: var(--font-down-1);
|
|
}
|
|
|
|
.toast-action {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
}
|