From bf91055a50b4c7545fe3363b9f4cbb72f94e5e8f Mon Sep 17 00:00:00 2001 From: anish-work Date: Thu, 5 Sep 2024 20:18:17 +0530 Subject: [PATCH] css fixes --- src/components/shared/Layout/SideNavbar.tsx | 5 +++-- src/widgets/copilot/components/Messages/IncomingMsg.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/shared/Layout/SideNavbar.tsx b/src/components/shared/Layout/SideNavbar.tsx index e6a542f..07cf888 100644 --- a/src/components/shared/Layout/SideNavbar.tsx +++ b/src/components/shared/Layout/SideNavbar.tsx @@ -124,7 +124,7 @@ const SideNavbar = () => { zIndex: 10, }} className={clsx( - "b-rt-1 h-100 overflow-x-hidden top-0 left-0 bg-grey", + "b-rt-1 b-top-1 h-100 overflow-x-hidden top-0 left-0 bg-grey", layoutController?.isMobile ? "pos-absolute" : "pos-relative" )} > @@ -163,7 +163,8 @@ const SideNavbar = () => { {/* Sidebar button */} diff --git a/src/widgets/copilot/components/Messages/IncomingMsg.tsx b/src/widgets/copilot/components/Messages/IncomingMsg.tsx index 9036960..a87b7c6 100644 --- a/src/widgets/copilot/components/Messages/IncomingMsg.tsx +++ b/src/widgets/copilot/components/Messages/IncomingMsg.tsx @@ -95,7 +95,7 @@ const IncomingMsg = memo( {parsedElements} {!isStreaming && !videoTrack && audioTrack && ( -
+
)}