diff --git a/js/src/features/particles/stream-view.tsx b/js/src/features/particles/stream-view.tsx index 1ac920d..5058530 100644 --- a/js/src/features/particles/stream-view.tsx +++ b/js/src/features/particles/stream-view.tsx @@ -377,19 +377,19 @@ export function StreamView({ path, streamParticle }: StreamViewProps) { onActiveChange={setComposeActive} /> - {/* Exit countdown */} - {exitRemainingMs !== null && ( -
- - Closing in {Math.ceil(exitRemainingMs / 1000)}s - -
- )} - {/* Bottom overlay: stream info + reply */}
- +
+ Seen by + + {/* Exit countdown */} + {exitRemainingMs !== null && ( + + Closing in {Math.ceil(exitRemainingMs / 1000)}s + + )} +