mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 06:43:37 +08:00
0c8f531909
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.
22 lines
270 B
SCSS
22 lines
270 B
SCSS
.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;
|
|
}
|
|
}
|