mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 17:18:51 +01:00
first pass styling
This commit is contained in:
parent
d86d4f5c17
commit
cd749a2bcb
2 changed files with 156 additions and 42 deletions
|
|
@ -150,7 +150,7 @@ const SidePanel = ({
|
|||
</ResizablePanel>
|
||||
{artifacts != null && (
|
||||
<>
|
||||
<ResizableHandleAlt withHandle className="bg-border-light dark:text-white mx-4" />
|
||||
<ResizableHandleAlt withHandle className="ml-3 bg-border-medium dark:text-white" />
|
||||
<ResizablePanel defaultSize={defaultLayout[0]} minSize={minSizeMain}>
|
||||
{artifacts}
|
||||
</ResizablePanel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue