diff options
author | crupest <crupest@outlook.com> | 2021-07-01 16:43:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-01 16:43:59 +0800 |
commit | 81e54efaae0ec1d5f1f90c3ca40448f8c61f0e80 (patch) | |
tree | 63fd4f7734c1fdef1c49266c957efcb71413164b /FrontEnd/src/views/timeline-common/TimelinePostView.tsx | |
parent | e38e7bb7c113f072914f988063bd9b095f4290c0 (diff) | |
download | timeline-81e54efaae0ec1d5f1f90c3ca40448f8c61f0e80.tar.gz timeline-81e54efaae0ec1d5f1f90c3ca40448f8c61f0e80.tar.bz2 timeline-81e54efaae0ec1d5f1f90c3ca40448f8c61f0e80.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common/TimelinePostView.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline-common/TimelinePostView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePostView.tsx b/FrontEnd/src/views/timeline-common/TimelinePostView.tsx index 995c43df..652ff9c9 100644 --- a/FrontEnd/src/views/timeline-common/TimelinePostView.tsx +++ b/FrontEnd/src/views/timeline-common/TimelinePostView.tsx @@ -64,7 +64,7 @@ const TimelinePostView: React.FC<TimelinePostViewProps> = (props) => { > {post.editable ? ( <i - className="bi-chevron-down icon-button primary-enhance float-end" + className="bi-chevron-down icon-button primary-enhance cru-float-right" onClick={(e) => { setOperationMaskVisible(true); e.stopPropagation(); |