From 9da1d7bd77b4fa0aae0c2e28a3be5c89a78ba15d Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Sun, 14 Sep 2025 15:22:06 +0530 Subject: [PATCH] adjust bubble arrow --- src/app/components/message/layout/layout.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/message/layout/layout.css.ts b/src/app/components/message/layout/layout.css.ts index 9917b166..e9591863 100644 --- a/src/app/components/message/layout/layout.css.ts +++ b/src/app/components/message/layout/layout.css.ts @@ -158,7 +158,7 @@ export const BubbleContentArrow = style({ width: toRem(8), height: toRem(8), position: 'absolute', - top: toRem(12), + top: toRem(12.5), zIndex: 1, transform: 'rotateZ(45deg)', },