Reactor Modal: Fix inconsistent styles (#3341)
This commit is contained in:
parent
bc52d1a5e2
commit
ee3e40b2f7
@ -23,6 +23,13 @@
|
|||||||
|
|
||||||
.Reactions {
|
.Reactions {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
padding: 0 1rem;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-heart {
|
.icon-heart {
|
||||||
@ -61,5 +68,7 @@
|
|||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-size: 0.875rem !important;
|
||||||
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -233,6 +233,7 @@ const ReactorListModal: FC<OwnProps & StateProps> = ({
|
|||||||
<PrivateChatInfo
|
<PrivateChatInfo
|
||||||
userId={userId}
|
userId={userId}
|
||||||
noStatusOrTyping
|
noStatusOrTyping
|
||||||
|
avatarSize="medium"
|
||||||
status={seenByUser ? formatDateAtTime(lang, seenByUser * 1000) : undefined}
|
status={seenByUser ? formatDateAtTime(lang, seenByUser * 1000) : undefined}
|
||||||
statusIcon="icon-message-read"
|
statusIcon="icon-message-read"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user