PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.2.4
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.2.4
8.7.8 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 All 534 releases
← All changes | css/common-style.css +29 -13 8.6.48.2.4 View file →
@@ -247,11 +247,13 @@
247 247 padding: 0 !important;
248 248 }
249 249
250 250 .wp-chatbot-content {
251 + height: calc(100vh - 277px);
251 252 position: relative;
252 253 padding: 15px;
253 254 box-sizing: border-box;
255 + max-height: 564px;
254 256 }
255 257
256 258 .wp-chatbot-product-reload.wp-chatbot-product-loading {
257 259 display: block;
@@ -371,10 +373,10 @@
371 373 display: none;
372 374 }
373 375
374 376 #wp-chatbot-messages-container .wp-chatbot-avatar img, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar img {
375 - width: 40px;
376 - height: 40px;
377 + width: 40px !important;
378 + height: 40px !important;
377 379 object-fit: cover;
378 380 }
379 381
380 382 /*********************************************************************************
@@ -531,8 +533,33 @@
531 533 box-shadow: none;
532 534 background: none;
533 535 }
534 536
537 +.wp-chatbot-editor-container button {
538 + display: inline-block;
539 + height: 40px;
540 + background: transparent url("../images/send-button.png") no-repeat right !important;
541 + color: transparent !important;
542 + width: 20%;
543 + cursor: pointer;
544 + margin: 0 0 0 -8px;
545 + padding: 0;
546 + border: none;
547 + outline: none;
548 +}
549 +
550 +.wp-chatbot-editor-container button:hover {
551 + background: transparent url("../images/send-button.png") no-repeat center;
552 + color: transparent;
553 +}
554 +
555 +.wp-chatbot-editor-container button:focus {
556 + outline: none;
557 + border: none;
558 + box-shadow: none;
559 + background: transparent url("../images/send-button.png") no-repeat center;
560 +}
561 +
535 562 /*****************************************************************************************
536 563 6. Message Item
537 564 *********************************************************************************************/
538 565 /*Load More Product*/
@@ -1963,16 +1990,5 @@
1963 1990 }
1964 1991 .qcld-like-dislike-icon a {
1965 1992 padding: 0 5px 0 0;
1966 1993 height: 15px;
1967 -}
1968 -
1969 -@media screen and (min-height: 1281px) {
1970 - div#wp-chatbot-chat-container .slimScrollDiv {
1971 - height: 100vh !important;
1972 - max-height: 680px !important;
1973 - }
1974 - div#wp-chatbot-chat-container div#wp-chatbot-board-container {
1975 - height: 100vh !important;
1976 - max-height: 850px !important;
1977 - }
1978 1994 }