diff --git a/ui/component/commentReactions/view.jsx b/ui/component/commentReactions/view.jsx index d70e22da3..92f3e64b1 100644 --- a/ui/component/commentReactions/view.jsx +++ b/ui/component/commentReactions/view.jsx @@ -61,22 +61,18 @@ export default function CommentReactions(props: Props) { label={{getCountForReact(REACTION_TYPES.DISLIKE)}} /> - {ENABLE_CREATOR_REACTIONS && ( - <> - {(canCreatorReact || creatorLiked) && ( - )} ); diff --git a/ui/scss/component/_comments.scss b/ui/scss/component/_comments.scss index 23909378a..22c93be63 100644 --- a/ui/scss/component/_comments.scss +++ b/ui/scss/component/_comments.scss @@ -318,8 +318,11 @@ $thumbnailWidthSmall: 0rem; } .comment__creator-like { - height: 1rem; - width: 1rem; + height: 0.8rem; + width: 0.8rem; margin-left: 3px; z-index: 3; + position: absolute; + top: 0.4rem; + left: 0.4rem; }