From 982df78cc4f93c1b4abee7e63ee0dca8fa16834f Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Fri, 26 May 2023 14:30:27 +0300 Subject: [PATCH] [212] Scroll to comment in article from user profile (#103) * [212] Scroll to comment in article from user profile * [212] Scroll to comment from feed * Resolve conversation --- src/components/Article/Comment.tsx | 7 +++- src/components/Article/FullArticle.tsx | 42 +++++++++++++++++------ src/components/Author/Userpic.module.scss | 2 ++ src/components/Nav/Header.module.scss | 2 +- src/components/Views/Feed.tsx | 9 ++++- 5 files changed, 49 insertions(+), 13 deletions(-) diff --git a/src/components/Article/Comment.tsx b/src/components/Article/Comment.tsx index e27766dc..254a32ba 100644 --- a/src/components/Article/Comment.tsx +++ b/src/components/Article/Comment.tsx @@ -103,6 +103,7 @@ export const Comment = (props: Props) => { return (