diff --git a/app/javascript/dashboard/components-next/message/Message.vue b/app/javascript/dashboard/components-next/message/Message.vue index fb3769e88..77a6601b9 100644 --- a/app/javascript/dashboard/components-next/message/Message.vue +++ b/app/javascript/dashboard/components-next/message/Message.vue @@ -395,9 +395,12 @@ provideMessageContext({ @@ -454,3 +457,15 @@ provideMessageContext({ + + diff --git a/app/javascript/dashboard/components-next/message/bubbles/Base.vue b/app/javascript/dashboard/components-next/message/bubbles/Base.vue index 3bc912713..2c11ccca6 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Base.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Base.vue @@ -29,8 +29,8 @@ const varaintBaseMap = { }; const orientationMap = { - [ORIENTATION.LEFT]: 'rounded-xl rounded-bl-sm', - [ORIENTATION.RIGHT]: 'rounded-xl rounded-br-sm', + [ORIENTATION.LEFT]: 'left-bubble rounded-xl rounded-bl-sm', + [ORIENTATION.RIGHT]: 'right-bubble rounded-xl rounded-br-sm', [ORIENTATION.CENTER]: 'rounded-md', };