discourse/plugins/chat/assets/stylesheets/mobile/chat-threads-list.scss

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

12 lines
145 B
SCSS
Raw Normal View History

.chat-thread-list {
&__items {
.chat-thread-list-item {
margin: 0.5rem;
}
&__no-threads {
margin: 0.5rem;
}
}
}