fix(app): preserve timeline content width
This commit is contained in:
@@ -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(),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user