| @@ -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 | /********************************************************************************* |
| @@ -1963,16 +1965,5 @@ | ||
| 1963 | 1965 | } |
| 1964 | 1966 | .qcld-like-dislike-icon a { |
| 1965 | 1967 | padding: 0 5px 0 0; |
| 1966 | 1968 | 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 | 1969 | } |