File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 2828 }
2929 </script >
3030
31- <div class =" fixed-bottom float-bottom-right" >
31+ <div class =" chatbot-container fixed-bottom float-bottom-right" >
3232 <iframe
3333 src ={chatUrl }
3434 width ={` ${$chatBotStore .showChatBox ? ' 380px' : ' 0px' } ` }
3939 />
4040
4141 {#if ! $chatBotStore .showChatBox }
42- <div class ="mb-3 float-end wave-effect" transition:fade ={{ delay : 50 , duration : 200 }}>
42+ <div
43+ class =" chatbot-icon mb-3 float-end wave-effect"
44+ transition:fade ={{ delay : 50 , duration : 200 }}
45+ >
4346 <button class ="btn btn-transparent" on:click ={() => openChatBox ()}>
4447 <img alt ="live chat" class ="avatar-md rounded-circle" src ={PUBLIC_LIVECHAT_ENTRY_ICON } />
4548 </button >
7881 margin-right : 0px ;
7982 margin-left : auto ;
8083 }
84+
85+ .chatbot-container {
86+ display : flex ;
87+ flex-direction : column ;
88+ }
89+
90+ .chatbot-icon {
91+ display : flex ;
92+ justify-content : flex-end ;
93+ }
8194 </style >
You can’t perform that action at this time.
0 commit comments