0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/plugins/chat/assets/stylesheets/mobile/chat-thread.scss

17 lines
206 B
SCSS
Vendored

.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;
}
}