| @@ -319,9 +319,9 @@ | ||
| 319 | 319 | .wp-chatbot-container, .wp-chatbot-board-container.active-chat-board, .slimScrollDiv{ |
| 320 | 320 | border-radius: 7px; |
| 321 | 321 | } |
| 322 | 322 | */ |
| 323 | -/* Start Menu Interface style */ | |
| 323 | +/* Action Start Menu Interface style */ | |
| 324 | 324 | .wp-chatbot-start-header { |
| 325 | 325 | background: linear-gradient(135deg, #a4ccc9 0%, #3ba9a1 100%) !important; |
| 326 | 326 | } |
| 327 | 327 | .wp-chatbot-start-content-single { |
| @@ -345,9 +345,9 @@ | ||
| 345 | 345 | } |
| 346 | 346 | #wp-chatbot-email-transcript{color: #fff;} |
| 347 | 347 | .qcld_back_to_start_menu{color:#fff} |
| 348 | 348 | .wp-chatbot-start-header .wp-chatbot-start-close{background-color:#3ba9a1} |
| 349 | -/* Start Menu Interface style */ | |
| 349 | +/* Action Start Menu Interface style */ | |
| 350 | 350 | #wp-chatbot-email-transcript { |
| 351 | 351 | right: 65px; |
| 352 | 352 | } |
| 353 | 353 | .wp-chatbot-editor-container button { |
| @@ -574,11 +574,9 @@ | ||
| 574 | 574 | } |
| 575 | 575 | #wp-chatbot-chat-container .wp-chatbot-board-container.active-chat-board { |
| 576 | 576 | max-height: initial !important; |
| 577 | 577 | } |
| 578 | - #wp-chatbot-chat-container .wp-chatbot-content { | |
| 579 | - max-height: initial !important; | |
| 580 | - } | |
| 578 | + | |
| 581 | 579 | div#wp-chatbot-desktop-reload,#wp-chatbot-desktop-close{ |
| 582 | 580 | z-index: 999 !important; |
| 583 | 581 | } |
| 584 | 582 | } |
| @@ -587,11 +585,9 @@ | ||
| 587 | 585 | @media screen and (max-width: 768px) { |
| 588 | 586 | .wp-chatbot-editor-container button { |
| 589 | 587 | right: 0; |
| 590 | 588 | } |
| 591 | - .wp-chatbot-content { | |
| 592 | - height: calc(100vh - 220px) !important; | |
| 593 | - } | |
| 589 | + | |
| 594 | 590 | } |
| 595 | 591 | |
| 596 | 592 | |
| 597 | 593 | |