From 34bbd5713bbfd6cc103e4b7589ee3789d3332f50 Mon Sep 17 00:00:00 2001 From: Florian Heubeck Date: Tue, 19 Sep 2023 21:11:37 +0200 Subject: [PATCH] feat(css): Add specific classes for customization purposes Signed-off-by: Florian Heubeck --- ui/src/components/Comment/index.tsx | 2 +- ui/src/components/FollowingTags/index.tsx | 4 ++-- ui/src/components/Footer/index.tsx | 2 +- ui/src/components/Header/index.tsx | 2 +- ui/src/components/HotQuestions/index.tsx | 2 +- ui/src/components/PluginRender/index.tsx | 5 ++++- ui/src/components/QuestionList/index.tsx | 4 ++-- .../pages/Questions/Detail/components/Answer/index.tsx | 10 +++++++++- .../Detail/components/InviteToAnswer/index.tsx | 2 +- .../Questions/Detail/components/Question/index.tsx | 4 ++-- .../Detail/components/RelatedQuestions/index.tsx | 2 +- ui/src/pages/Questions/Detail/index.tsx | 2 +- ui/src/pages/Search/components/SearchItem/index.tsx | 6 +++--- ui/src/pages/Search/components/Tips/index.tsx | 2 +- ui/src/pages/Search/index.tsx | 2 +- 15 files changed, 31 insertions(+), 20 deletions(-) diff --git a/ui/src/components/Comment/index.tsx b/ui/src/components/Comment/index.tsx index b58ab8085..83fb0ef4d 100644 --- a/ui/src/components/Comment/index.tsx +++ b/ui/src/components/Comment/index.tsx @@ -309,7 +309,7 @@ const Comment = ({ objectId, mode, commentId }) => { ); }; return ( -
+
{comments.map((item, index) => { return (
{ return null; } return isEdit ? ( - + {t('following_tags')}