discourse/plugins/chat/assets/stylesheets/mobile/chat-thread.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;
}
}