mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
chore(goose2): full width assistant message (#8760)
Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
This commit is contained in:
parent
092a40c44b
commit
b8c3b83c43
1 changed files with 2 additions and 2 deletions
|
|
@ -391,7 +391,7 @@ export const MessageBubble = memo(function MessageBubble({
|
|||
<div
|
||||
className={cn(
|
||||
"group relative min-w-0 flex flex-col gap-1 pb-8",
|
||||
isUser ? "max-w-[640px] items-end" : "max-w-[85%] items-start",
|
||||
isUser ? "max-w-[640px] items-end" : "w-full items-start",
|
||||
)}
|
||||
>
|
||||
{showAssistantIdentity ? (
|
||||
|
|
@ -423,7 +423,7 @@ export const MessageBubble = memo(function MessageBubble({
|
|||
{/* biome-ignore lint/a11y/noStaticElementInteractions: delegated link handler */}
|
||||
<div
|
||||
className={cn(
|
||||
"w-full min-w-0 text-[13px] leading-relaxed",
|
||||
"w-full min-w-0 text-sm leading-relaxed",
|
||||
isUser && "rounded-2xl bg-muted p-3",
|
||||
)}
|
||||
onClick={handleContentClick}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue