Reactor Modal: Fix inconsistent styles (#3341)
This commit is contained in:
parent
bc52d1a5e2
commit
ee3e40b2f7
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user