Expand chat in playground and imrpove design of copilot context bubble

This commit is contained in:
akhisud3195 2025-07-11 21:06:49 +05:30
parent 9e44dcb939
commit 5f1b85e03b
5 changed files with 39 additions and 21 deletions

View file

@ -58,7 +58,7 @@ export function Panel({
return <div
className={clsx(
"flex flex-col overflow-hidden rounded-xl border relative",
"flex flex-col overflow-hidden rounded-xl border relative w-full",
variant === 'copilot' ? "border-blue-200 dark:border-blue-800" : "border-zinc-200 dark:border-zinc-800",
"bg-white dark:bg-zinc-900",
maxHeight ? "max-h-(--panel-height)" : "h-full",