chore(app): markdown playground in storyboard

This commit is contained in:
Adam 2026-03-25 09:14:20 -05:00
commit 0c0c6f3bdb
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
5 changed files with 353 additions and 19 deletions

View file

@ -896,7 +896,8 @@ export function MessageTimeline(props: {
</Show>
<div
role="log"
class="flex flex-col gap-12 items-start justify-start pb-16 transition-[margin]"
data-slot="session-turn-list"
class="flex flex-col items-start justify-start pb-16 transition-[margin]"
classList={{
"w-full": true,
"md:max-w-200 md:mx-auto 2xl:max-w-[1000px]": props.centered,