From 5112c9b75338998687d71b6a8a10215ee6d4cc70 Mon Sep 17 00:00:00 2001 From: Monalisha Mishra Date: Wed, 25 Oct 2023 17:07:32 +0530 Subject: [PATCH 1/2] fix: fixed width of group info modal --- package.json | 2 +- .../src/lib/components/chat/ChatProfile/GroupInfoModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6d4e222a..bedb24bd3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-router-dom": "6.3.0", "regenerator-runtime": "0.13.7", "socket.io-client": "^4.5.2", - "styled-components": "^5.3.5", + "styled-components": "^6.0.8", "tiny-invariant": "^1.2.0", "ts-mocha": "^10.0.0", "tslib": "^2.3.0", diff --git a/packages/uiweb/src/lib/components/chat/ChatProfile/GroupInfoModal.tsx b/packages/uiweb/src/lib/components/chat/ChatProfile/GroupInfoModal.tsx index a2893cc1f..5a7d9941b 100644 --- a/packages/uiweb/src/lib/components/chat/ChatProfile/GroupInfoModal.tsx +++ b/packages/uiweb/src/lib/components/chat/ChatProfile/GroupInfoModal.tsx @@ -488,7 +488,7 @@ const GroupInformation = ({ }; return ( -
+
Chat ID From 24e8129399f8f3369a2f45e132b1cbdb75e3aae9 Mon Sep 17 00:00:00 2001 From: Monalisha Mishra Date: Wed, 25 Oct 2023 17:09:44 +0530 Subject: [PATCH 2/2] fix: fixed width in group-info --- .../src/lib/components/chat/ChatViewList/MessageEncryption.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/uiweb/src/lib/components/chat/ChatViewList/MessageEncryption.tsx b/packages/uiweb/src/lib/components/chat/ChatViewList/MessageEncryption.tsx index 74e307637..89a4cd2e2 100644 --- a/packages/uiweb/src/lib/components/chat/ChatViewList/MessageEncryption.tsx +++ b/packages/uiweb/src/lib/components/chat/ChatViewList/MessageEncryption.tsx @@ -42,7 +42,7 @@ const EncryptionMessageContent = { margin="10px 10px 0px" width={isMobile ? '80%' : 'fit-content'} > - + {EncryptionMessageContent[id].IconComponent}