mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-09 15:53:25 +00:00
fix(app): preserve timeline content width
This commit is contained in:
parent
6b17dc6190
commit
bbb1a19ed6
1 changed files with 1 additions and 2 deletions
|
|
@ -1336,8 +1336,7 @@ export function MessageTimeline(props: {
|
|||
data-timeline-row={input.row()._tag}
|
||||
classList={{
|
||||
"min-w-0 w-full max-w-full": true,
|
||||
"md:max-w-[720px]": props.centered && settings.general.newLayoutDesigns(),
|
||||
"md:max-w-200 2xl:max-w-[1000px]": props.centered && !settings.general.newLayoutDesigns(),
|
||||
"md:max-w-200 2xl:max-w-[1000px]": props.centered,
|
||||
"md:mx-auto": props.centered,
|
||||
"pt-3": previousAssistantPart(),
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue