File tree Expand file tree Collapse file tree
packages/app/src/pages/session Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export function SessionComposerRegion(props: {
140140 < div
141141 classList = { {
142142 "w-full px-3 pointer-events-auto" : true ,
143- "md:max-w-200 md:mx-auto 2xl:max-w-[1000px ]" : props . centered ,
143+ "md:max-w-[500px] md:mx-auto 2xl:max-w-[700px ]" : props . centered ,
144144 } }
145145 >
146146 < Show when = { props . state . questionRequest ( ) } keyed >
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ export function MessageTimeline(props: {
417417 style = { { "padding-top" : "var(--session-title-height)" } }
418418 classList = { {
419419 "w-full" : true ,
420- "md:max-w-200 md:mx-auto 2xl:max-w-[1000px ]" : props . centered ,
420+ "md:max-w-[500px] md:mx-auto 2xl:max-w-[700px ]" : props . centered ,
421421 "mt-0.5" : props . centered ,
422422 "mt-0" : ! props . centered ,
423423 } }
@@ -472,7 +472,7 @@ export function MessageTimeline(props: {
472472 } }
473473 classList = { {
474474 "min-w-0 w-full max-w-full" : true ,
475- "md:max-w-200 2xl:max-w-[1000px ]" : props . centered ,
475+ "md:max-w-[500px] 2xl:max-w-[700px ]" : props . centered ,
476476 } }
477477 >
478478 < Show when = { commentCount ( ) > 0 } >
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ export function SessionTimelineHeader(props: {
404404 "w-full" : true ,
405405 "pb-10" : true ,
406406 "px-4 md:px-5" : true ,
407- "md:max-w-200 md:mx-auto 2xl:max-w-[1000px ]" : props . centered ,
407+ "md:max-w-[500px] md:mx-auto 2xl:max-w-[700px ]" : props . centered ,
408408 } }
409409 >
410410 < div class = "pointer-events-auto h-12 w-full flex items-center justify-between gap-2" >
You can’t perform that action at this time.
0 commit comments