show event messages timestamp to right when bubble is hidden

This commit is contained in:
Ajay Bura 2025-09-18 09:15:26 +05:30
parent 1200c6d103
commit 94c613df59

View file

@ -45,6 +45,7 @@ export const BubbleLayout = as<'div', BubbleLayoutProps>(
: classNames(css.BubbleContent, before ? css.BubbleContentArrowLeft : undefined) : classNames(css.BubbleContent, before ? css.BubbleContentArrowLeft : undefined)
} }
direction="Column" direction="Column"
grow={hideBubble ? 'Yes' : undefined}
> >
{!hideBubble && before ? <BubbleLeftArrow variant="SurfaceVariant" /> : null} {!hideBubble && before ? <BubbleLeftArrow variant="SurfaceVariant" /> : null}
{header} {header}