mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 23:23:49 +08:00
23 lines
369 B
SCSS
23 lines
369 B
SCSS
|
.chat-thread-participants {
|
||
|
&__other-count {
|
||
|
font-size: var(--font-down-2);
|
||
|
text-align: right;
|
||
|
color: var(--primary-medium);
|
||
|
}
|
||
|
|
||
|
&__avatar-group {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
|
||
|
.chat-user-avatar {
|
||
|
width: auto !important;
|
||
|
|
||
|
.avatar {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|