mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
12 lines
154 B
SCSS
12 lines
154 B
SCSS
.chat-thread-list {
|
|
&__items {
|
|
.chat-thread-list-item {
|
|
padding: 0.5rem 0.25rem;
|
|
}
|
|
|
|
&__no-threads {
|
|
margin: 0.5rem;
|
|
}
|
|
}
|
|
}
|