mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 15:24:52 +08:00
18 lines
206 B
SCSS
18 lines
206 B
SCSS
.chat-thread {
|
|
&__body {
|
|
margin: 0 1px 0 0;
|
|
}
|
|
}
|
|
|
|
.thread-toast {
|
|
.toast-hide {
|
|
font-size: var(--font-down-1);
|
|
}
|
|
|
|
.toast-action {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
}
|