mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
make bubble message avatar smaller
This commit is contained in:
parent
01d57deea1
commit
3a14ad764e
3 changed files with 20 additions and 18 deletions
|
|
@ -17,14 +17,9 @@ export const BubbleLayout = as<'div', BubbleLayoutProps>(
|
|||
<Box
|
||||
className={classNames(
|
||||
css.BubbleContent,
|
||||
css.BubbleContentArrow,
|
||||
self
|
||||
? {
|
||||
[css.BubbleContentArrowRight]: !!before,
|
||||
}
|
||||
: {
|
||||
[css.BubbleContentArrowLeft]: !!before,
|
||||
}
|
||||
before ? css.BubbleContentArrow : undefined,
|
||||
before && self ? css.BubbleContentArrowRight : undefined,
|
||||
before && !self ? css.BubbleContentArrowLeft : undefined
|
||||
)}
|
||||
direction="Column"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue