From eaaaa193fd286948895c67ce72c71af1210ea2bd Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 14 Apr 2023 21:40:07 +0100 Subject: [PATCH] fix: comment emoji box overflow --- data/showcase.json | 3 ++- data/topics.json | 5 +++++ src/components/common/Comment.tsx | 5 +---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/data/showcase.json b/data/showcase.json index f87d05e9..27463617 100644 --- a/data/showcase.json +++ b/data/showcase.json @@ -12,5 +12,6 @@ 51683, 51077, 51374, 49120, 47356, 17096, 50708, 51430, 51935, 51756, 6558, 49392, 52186, 52055, 52282, 52270, 5825, 51351, 52233, 51308, 52388, 52280, 52718, 52951, 52103, 52314, 52336, 52816, 52766, 52760, 660, 52728, 52683, - 51617, 53087, 53081, 52184, 43000, 53444 + 51617, 53087, 53081, 52184, 43000, 53444, 53470, 50141, 52947, 51406, 53563, + 52800, 53637, 1361, 53518, 53584 ] diff --git a/data/topics.json b/data/topics.json index 1359d623..1f8c3879 100644 --- a/data/topics.json +++ b/data/topics.json @@ -3,6 +3,10 @@ "name": "xLog", "description": "Let's talk about xLog, whether to praise or criticize it.", "notes": [ + "53584-1", + "53518-8", + "52055-55", + "53668-2", "53398-1", "52277-2", "53505-1", @@ -76,6 +80,7 @@ "name": "ChatGPT", "description": "The world is undergoing a fusion, and we are in the center of it.", "notes": [ + "52800-53", "53064-1", "33795-1", "51191-15", diff --git a/src/components/common/Comment.tsx b/src/components/common/Comment.tsx index aafbd19a..34de805a 100644 --- a/src/components/common/Comment.tsx +++ b/src/components/common/Comment.tsx @@ -16,10 +16,7 @@ export const Comment: React.FC<{ const { t } = useTranslation("common") return ( -
+
{comments.isLoading