discourse/plugins/chat/assets/stylesheets/mobile/chat-thread.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
270 B
SCSS
Raw Normal View History

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