From 6c869e016f87534cb4b13c8e2402f2cdb143f28d Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:20:23 +0530 Subject: [PATCH] fix avatar base css --- src/app/components/message/layout/layout.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/message/layout/layout.css.ts b/src/app/components/message/layout/layout.css.ts index 807cd12f..cc2cd0c6 100644 --- a/src/app/components/message/layout/layout.css.ts +++ b/src/app/components/message/layout/layout.css.ts @@ -120,6 +120,7 @@ export const CompactHeader = style([ export const AvatarBase = style({ paddingTop: toRem(4), transition: 'transform 200ms cubic-bezier(0, 0.8, 0.67, 0.97)', + display: 'flex', alignSelf: 'start', selectors: {