| @@ -2072,8 +2072,19 @@ | ||
| 2072 | 2072 | opacity: 0; |
| 2073 | 2073 | } |
| 2074 | 2074 | } |
| 2075 | 2075 | |
| 2076 | +span.qcld-chatbot-wildcard.qcld_back_to_start { | |
| 2077 | + text-align: center; | |
| 2078 | + margin: 0 auto; | |
| 2079 | + display: block; | |
| 2080 | + max-width: 120px; | |
| 2081 | +} | |
| 2082 | +.chat-container.wp-chatbot-msg-flat:has(.qcld_back_to_start) { | |
| 2083 | + box-shadow: none !important; | |
| 2084 | + background: rgb(255 255 255 / 0%) !important; | |
| 2085 | +} | |
| 2086 | + | |
| 2076 | 2087 | @media screen and (min-height: 1281px) { |
| 2077 | 2088 | div#wp-chatbot-chat-container .slimScrollDiv { |
| 2078 | 2089 | height: 100vh !important; |
| 2079 | 2090 | max-height: 680px !important; |