mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Expand chat in playground and imrpove design of copilot context bubble
This commit is contained in:
parent
9e44dcb939
commit
5f1b85e03b
5 changed files with 39 additions and 21 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue