discourse/plugins/chat/assets/stylesheets/mobile/chat-threads-list.scss
chapoi cac5592251
UX: flat design for thread list (#23821)
* UX: thread list flat design

* UX: thread list mobile
2023-10-06 21:56:36 +02:00

12 lines
154 B
SCSS

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