Skip to content

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Sep 5, 2024
1 parent 650c524 commit bf91055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/components/shared/Layout/SideNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)}
>
Expand Down Expand Up @@ -163,7 +163,8 @@ const SideNavbar = () => {
{/* Sidebar button */}
<IconButton
variant="text"
className="gp-10 cr-pointer"
className="cr-pointer"
style={{ height: "38px" }}
onClick={layoutController?.toggleSidebar}
>
<IconSidebar size={20} />
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/copilot/components/Messages/IncomingMsg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const IncomingMsg = memo(
{parsedElements}
</div>
{!isStreaming && !videoTrack && audioTrack && (
<div className="gmt-16">
<div className="gmt-16 gml-36">
<audio autoPlay={isAutoPlay} playsInline={true} controls src={audioTrack}></audio>
</div>
)}
Expand Down

0 comments on commit bf91055

Please sign in to comment.