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