tweak(app): adjust session turn horizontal padding

This commit is contained in:
David Hill
2026-02-19 00:25:06 +00:00
parent 50e698b704
commit 5392fa6d1a
@@ -535,7 +535,7 @@ export function MessageTimeline(props: {
classes={{
root: "min-w-0 w-full relative",
content: "flex flex-col justify-between !overflow-visible",
container: "w-full px-4 md:px-6",
container: "w-full px-4 md:px-5",
}}
/>
</div>