mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +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)
|
||||
}
|
||||
direction="Column"
|
||||
grow={hideBubble ? 'Yes' : undefined}
|
||||
>
|
||||
{!hideBubble && before ? <BubbleLeftArrow variant="SurfaceVariant" /> : null}
|
||||
{header}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue