aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common/TimelinePostView.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-07-01 16:43:59 +0800
committercrupest <crupest@outlook.com>2021-07-01 16:43:59 +0800
commit81e54efaae0ec1d5f1f90c3ca40448f8c61f0e80 (patch)
tree63fd4f7734c1fdef1c49266c957efcb71413164b /FrontEnd/src/views/timeline-common/TimelinePostView.tsx
parente38e7bb7c113f072914f988063bd9b095f4290c0 (diff)
downloadtimeline-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.tsx2
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();