From c0cbba25220114d2c5d1a7a7dddde20f6fac01a3 Mon Sep 17 00:00:00 2001 From: ganeshKumara Date: Sun, 1 Feb 2026 16:00:47 +0530 Subject: [PATCH 1/2] Fully_Responsive-Card-Area --- web/src/components/MemoContent/index.tsx | 2 +- .../MemoReactionListView/ReactionSelector.tsx | 2 +- web/src/components/MemoView/MemoView.tsx | 31 ++++++++++++++++++- .../components/metadata/AttachmentList.tsx | 2 +- .../components/metadata/RelationList.tsx | 2 +- web/src/components/PreviewImageDialog.tsx | 2 +- 6 files changed, 35 insertions(+), 6 deletions(-) diff --git a/web/src/components/MemoContent/index.tsx b/web/src/components/MemoContent/index.tsx index b60ffffe6..2248385aa 100644 --- a/web/src/components/MemoContent/index.tsx +++ b/web/src/components/MemoContent/index.tsx @@ -35,7 +35,7 @@ const MemoContent = (props: MemoContentProps) => { const compactLabel = useCompactLabel(showCompactMode, t as (key: string) => string); return ( -
+
{ -
+
{memoRelatedSetting.reactions.map((reactionType) => (