diff --git a/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss b/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss index ea3a9c5f1..b51cbe07d 100644 --- a/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss +++ b/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss @@ -222,20 +222,6 @@ @apply flex relative flex-col; } -.typing-indicator-wrap { - @apply items-center flex h-0 absolute w-full -top-8; - - .typing-indicator { - @include elegant-card; - @include round-corner; - @apply py-2 pr-4 pl-5 bg-white dark:bg-slate-700 text-slate-800 dark:text-slate-100 text-xs font-semibold my-2.5 mx-auto; - - .gif { - @apply ml-2 w-6; - } - } -} - .left .bubble .text-content { h1, h2, diff --git a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue index d6ae4d3a8..331017f96 100644 --- a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue +++ b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue @@ -76,11 +76,16 @@ class="conversation-footer" :class="{ 'modal-mask': isPopoutReplyBox }" > -
-
+