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.

10 lines
120 B
SCSS
Raw Normal View History

.chat-thread {
&__body {
margin: 0 1px 0 0;
}
.chat-messages-scroller {
padding: 10px 10px 0 10px;
}
}