From 1f133351e5f7b999a66d9deb617bf5daf4e99aeb Mon Sep 17 00:00:00 2001 From: Nastya Date: Wed, 27 Mar 2024 09:31:30 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BD=D0=B5=D1=81=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=BF=D0=BE=20=D1=81=D1=82=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=BD=D0=B0=D0=BC=20=D0=BE=D1=82=20=D1=80=D0=B0=D0=B7=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx | 1 + src/pages/dashboard/Content/Support/Chat/ChatImage.tsx | 1 + src/pages/dashboard/Content/Support/Chat/ChatMessage.tsx | 1 + src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx | 1 + src/pages/dashboard/Content/Support/Chat/Message.tsx | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx b/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx index f180a67..c0ba536 100644 --- a/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx +++ b/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx @@ -24,6 +24,7 @@ export default function ChatDocument({ display: "flex", gap: "9px", padding: isSelf ? "0 8px 0 0" : "0 0 0 8px", + justifyContent: isSelf ? "end" : "start", }} > ); - +console.log(isSelf) return (