mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
show event messages timestamp to right when bubble is hidden
This commit is contained in:
parent
1200c6d103
commit
94c613df59
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue