diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:44:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 15:44:09 +0800 |
commit | d4ecfedd9b8fa203ec5461a758e83991823d2d1c (patch) | |
tree | a5b5f60b19e1ad8ed8a2ca3eb7674209a4000725 /FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx | |
parent | 724a433b693611344fa685de39c4d1bb5ca8d686 (diff) | |
download | timeline-d4ecfedd9b8fa203ec5461a758e83991823d2d1c.tar.gz timeline-d4ecfedd9b8fa203ec5461a758e83991823d2d1c.tar.bz2 timeline-d4ecfedd9b8fa203ec5461a758e83991823d2d1c.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx index e9c75de7..6bd6ea98 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx @@ -55,7 +55,7 @@ const TimelinePostView: React.FC<TimelinePostViewProps> = (props) => { <div ref={cardRef} className="timeline-item-card" style={cardStyle}> {post.editable ? ( <i - className="bi-chevron-down text-info icon-button float-right" + className="bi-chevron-down text-info icon-button float-end" onClick={(e) => { setOperationMaskVisible(true); e.stopPropagation(); |