mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: conversation footer colors (#10654)
This commit is contained in:
@@ -574,7 +574,10 @@ export default {
|
|||||||
</ul>
|
</ul>
|
||||||
<div
|
<div
|
||||||
class="conversation-footer"
|
class="conversation-footer"
|
||||||
:class="{ 'modal-mask': isPopOutReplyBox }"
|
:class="{
|
||||||
|
'modal-mask': isPopOutReplyBox,
|
||||||
|
'bg-n-background': showNextBubbles && !isPopOutReplyBox,
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="isAnyoneTyping"
|
v-if="isAnyoneTyping"
|
||||||
|
Reference in New Issue
Block a user