mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
clean
This commit is contained in:
parent
58148d6c3e
commit
c80e3b9763
@ -61,7 +61,7 @@ function PostHeader(props) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="postStadistics">
|
<div className="postStatistics">
|
||||||
<div className="item">
|
<div className="item">
|
||||||
<Icons.Heart className={classnames("icon", { ["filled"]: props.isLiked })} />
|
<Icons.Heart className={classnames("icon", { ["filled"]: props.isLiked })} />
|
||||||
<div className="value">
|
<div className="value">
|
||||||
@ -222,8 +222,8 @@ export const PostCardAnimated = ({
|
|||||||
motionAppear={motionAppear}
|
motionAppear={motionAppear}
|
||||||
onAppearStart={getCollapsedHeight}
|
onAppearStart={getCollapsedHeight}
|
||||||
onAppearActive={node => {
|
onAppearActive={node => {
|
||||||
motionRef.current = true;
|
motionRef.current = true
|
||||||
return getMaxHeight(node);
|
return getMaxHeight(node)
|
||||||
}}
|
}}
|
||||||
onAppearEnd={onAppear}
|
onAppearEnd={onAppear}
|
||||||
onLeaveStart={getCurrentHeight}
|
onLeaveStart={getCurrentHeight}
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.postStadistics {
|
.postStatistics {
|
||||||
display : inline-flex;
|
display : inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size : 16px;
|
font-size : 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user