From 484ee9d4fbff9fd357f3c8223735b682559292b1 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 12 Apr 2026 10:12:06 -0700 Subject: [PATCH] fix: longer markdown content hidden Added scroll to longer content and padding to avoid conflicting with stream view peripheral controls and panels --- js/src/features/particles/stream-view.tsx | 2 +- .../features/particles/text-particle-view.tsx | 21 +++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/js/src/features/particles/stream-view.tsx b/js/src/features/particles/stream-view.tsx index a1d3024..5456e4f 100644 --- a/js/src/features/particles/stream-view.tsx +++ b/js/src/features/particles/stream-view.tsx @@ -431,7 +431,7 @@ function StreamViewInner({ path, streamParticle }: StreamViewProps) { return (
setShowControls(false)} > diff --git a/js/src/features/particles/text-particle-view.tsx b/js/src/features/particles/text-particle-view.tsx index 5329bf1..c4854fe 100644 --- a/js/src/features/particles/text-particle-view.tsx +++ b/js/src/features/particles/text-particle-view.tsx @@ -104,7 +104,7 @@ const markdownComponents: React.ComponentProps["components function MarkdownContent({ content, className }: { content: string; className?: string }) { return ( -
+
+
); @@ -191,7 +191,7 @@ export function TextParticleView({ if (content.length < IMMERSIVE_CHAR_LIMIT && !hasEnrichments && !hasMarkdownFormatting(content)) { const style = getImmersiveTextStyle(content.length); return ( -
+

-

- +
+
+ {hasLinks && }