|
|
@ -255,8 +255,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
.module-conversation__user,
|
|
|
|
.module-conversation__user,
|
|
|
|
.module-message__author {
|
|
|
|
.module-message__author {
|
|
|
|
margin-top: var(--margins-sm);
|
|
|
|
|
|
|
|
margin-bottom: var(--margins-xs);
|
|
|
|
|
|
|
|
font-size: var(--font-size-sm);
|
|
|
|
font-size: var(--font-size-sm);
|
|
|
|
font-weight: 300;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
@ -621,6 +619,7 @@
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
margin-bottom: var(--margins-xs);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.module-conversation-list-item__header__name {
|
|
|
|
.module-conversation-list-item__header__name {
|
|
|
|