diff --git a/src/app/components/message/Reply.tsx b/src/app/components/message/Reply.tsx index 7687074e..a20ccb5c 100644 --- a/src/app/components/message/Reply.tsx +++ b/src/app/components/message/Reply.tsx @@ -21,7 +21,6 @@ export const ReplyLayout = as<'div', ReplyLayoutProps>( ( ); export const ThreadIndicator = as<'div'>(({ ...props }, ref) => ( - + Threaded reply @@ -74,7 +73,7 @@ export const Reply = as<'div', ReplyProps>( const bodyJSX = body ? scaleSystemEmoji(trimReplyFromBody(body)) : fallbackBody; return ( - + {threadRootId && ( )} @@ -100,7 +99,7 @@ export const Reply = as<'div', ReplyProps>( style={{ backgroundColor: color.SurfaceVariant.ContainerActive, maxWidth: toRem(placeholderWidth), - width: '100%', + width: '100vw', }} /> )}