fix: can not fav
This commit is contained in:
@@ -92,10 +92,6 @@ const StyledMsg = styled.div`
|
|||||||
}
|
}
|
||||||
&.archive {
|
&.archive {
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
.avatar {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
> .details {
|
> .details {
|
||||||
gap: 0;
|
gap: 0;
|
||||||
.up .name {
|
.up .name {
|
||||||
|
|||||||
@@ -227,11 +227,10 @@ export const normalizeArchiveData = (
|
|||||||
thumbnail_id,
|
thumbnail_id,
|
||||||
avatar: user.avatar
|
avatar: user.avatar
|
||||||
});
|
});
|
||||||
user.avatar = avatarUrl;
|
|
||||||
return {
|
return {
|
||||||
source,
|
source,
|
||||||
from_mid: mid,
|
from_mid: mid,
|
||||||
user,
|
user: { ...user, avatar: avatarUrl },
|
||||||
content: transformedContent,
|
content: transformedContent,
|
||||||
content_type,
|
content_type,
|
||||||
properties,
|
properties,
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ const StyledWrapper = styled.div`
|
|||||||
height: 1px;
|
height: 1px;
|
||||||
background-color: #e4e7ec;
|
background-color: #e4e7ec;
|
||||||
margin: 26px 0;
|
margin: 26px 0;
|
||||||
|
overflow: visible;
|
||||||
&:after {
|
&:after {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user