Skip to content

Commit f351c25

Browse files
joeizangyann300
authored andcommitted
remove extra margins
1 parent 59f1bfc commit f351c25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/remix-ui/remix-ai-assistant/src/components/remix-ui-remix-ai-assistant.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ export const RemixUiRemixAiAssistant = React.forwardRef<
470470

471471
return (
472472
<div
473-
className="d-flex flex-column h-100 mx-3 "
473+
className="d-flex flex-column h-100 w-100"
474474
>
475475
<section id="remix-ai-chat-history" className="h-83 d-flex flex-column align-items-center p-2 overflow-x-hidden" style={{ flex: 7, overflowY: 'scroll' }} ref={chatHistoryRef}>
476476
<div data-id="remix-ai-assistant-ready"></div>
@@ -488,12 +488,12 @@ export const RemixUiRemixAiAssistant = React.forwardRef<
488488
historyRef={historyRef}
489489
/>
490490
</section>
491-
<section id="remix-ai-prompt-area" className=" mt-1" style={{ flex: 1 }}
491+
<section id="remix-ai-prompt-area" className="mt-1" style={{ flex: 1 }}
492492
>
493493
{showAssistantOptions && (
494494
<div
495-
className="pt-2 mb-2 z-3 bg-light border border-text"
496-
style={{ borderRadius: '8px', left: `${calcAndConvertToDvw(getBoundingRect(modelBtnRef).left)}dvw`, right: '0px', bottom: '75px', height: '235px', width: '300px', }}
495+
className="pt-2 mb-2 z-3 bg-light border border-text w-75"
496+
style={{ borderRadius: '8px' }}
497497
>
498498
<div className="text-uppercase ml-2 mb-2 small">AI Assistant Provider</div>
499499
<GroupListMenu

0 commit comments

Comments
 (0)