fix: Add missing close button if bubble is hidden (#1435)
This commit is contained in:
parent
fcf91f60fb
commit
4fe29fefb4
5 changed files with 25 additions and 3 deletions
|
@ -2,7 +2,11 @@
|
|||
<div
|
||||
id="app"
|
||||
class="woot-widget-wrap"
|
||||
:class="{ 'is-mobile': isMobile, 'is-widget-right': !isLeftAligned }"
|
||||
:class="{
|
||||
'is-mobile': isMobile,
|
||||
'is-widget-right': !isLeftAligned,
|
||||
'is-bubble-hidden': hideMessageBubble,
|
||||
}"
|
||||
>
|
||||
<home
|
||||
v-if="!showUnreadView"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue