File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ function RunFile() {
35
35
< Chat
36
36
showAssistantName
37
37
classNames = { {
38
- chatBar : 'w-full mx-auto lg :w-3/4 2xl:w-1/2' ,
39
- messages : 'w-full mx-auto lg :w-3/4 2xl:w-1/2' ,
38
+ chatBar : 'w-full mx-auto xl :w-3/4 2xl:w-1/2' ,
39
+ messages : 'w-full mx-auto xl :w-3/4 2xl:w-1/2' ,
40
40
} }
41
41
/>
42
42
</ div >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const Threads: React.FC<ThreadsProps> = ({ onOpenExplore }: ThreadsProps) => {
40
40
return (
41
41
< div
42
42
className = { clsx (
43
- `relative border-r-1 dark:border-r-zinc-800 flex flex-col transition-all duration-300 ease-in-out` ,
43
+ `relative border-r-1 dark:border-r-zinc-800 flex flex-col transition-all duration-300 ease-in-out shrink-0 ` ,
44
44
{
45
45
'w-[80px]' : isCollapsed ,
46
46
'w-[350px]' : ! isCollapsed ,
You can’t perform that action at this time.
0 commit comments