Reactor Modal: Fix inconsistent styles (#3341)

This commit is contained in:
Alexander Zinchuk 2023-06-18 12:03:52 +02:00
parent bc52d1a5e2
commit ee3e40b2f7
2 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,13 @@
.Reactions {
margin-bottom: 0.5rem;
padding: 0 1rem;
justify-content: space-between;
&::after {
content: '';
flex-grow: 1;
}
}
.icon-heart {
@ -61,5 +68,7 @@
color: var(--color-text-secondary);
display: flex;
align-items: center;
font-size: 0.875rem !important;
line-height: 1.25rem;
}
}

View File

@ -233,6 +233,7 @@ const ReactorListModal: FC<OwnProps & StateProps> = ({
<PrivateChatInfo
userId={userId}
noStatusOrTyping
avatarSize="medium"
status={seenByUser ? formatDateAtTime(lang, seenByUser * 1000) : undefined}
statusIcon="icon-message-read"
/>