8 lines
115 B
SCSS
8 lines
115 B
SCSS
|
.chat__thread-title {
|
||
|
display: flex;
|
||
|
|
||
|
.chat-thread-list-item-unread-indicator {
|
||
|
margin-left: 0.5rem;
|
||
|
}
|
||
|
}
|