PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.7
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
← All changes | css/common-style.css +26 -0 8.6.98.7.7 View file →
@@ -232,8 +232,17 @@
232 232 display: inline-block;
233 233 vertical-align: top;
234 234 }
235 235
236 +/* Hide slimScroll when message content fits (slimScroll otherwise shows a ghost bar) */
237 +.slimScrollDiv.wpbot-no-scroll > .slimScrollBar,
238 +.slimScrollDiv.wpbot-no-scroll > .slimScrollRail {
239 + display: none !important;
240 + opacity: 0 !important;
241 + visibility: hidden !important;
242 + pointer-events: none !important;
243 +}
244 +
236 245 .wp-chatbot-header {
237 246 border-radius: 5px 5px 0 0;
238 247 margin: 0;
239 248 padding: 15px 15px;
@@ -1880,8 +1889,9 @@
1880 1889 }
1881 1890
1882 1891 .qcld-like-dislike-icon {
1883 1892 padding: 6px 0 0 0;
1893 + margin-top: 20px;
1884 1894 }
1885 1895
1886 1896
1887 1897
@@ -2062,8 +2072,19 @@
2062 2072 opacity: 0;
2063 2073 }
2064 2074 }
2065 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 +
2066 2087 @media screen and (min-height: 1281px) {
2067 2088 div#wp-chatbot-chat-container .slimScrollDiv {
2068 2089 height: 100vh !important;
2069 2090 max-height: 680px !important;
@@ -2120,5 +2141,10 @@
2120 2141 right: 30px;
2121 2142 bottom: 30px;
2122 2143 position: relative;
2123 2144 }
2145 +}
2146 +@media screen and (min-height: 1281px) {
2147 + body .wp-chatbot-ball-inner.wp-chatbot-content {
2148 + height: 660px !important; max-height: 660px !important;
2149 + }
2124 2150 }