Reduce size of the chat bubble on mobile

Add this code to the Custom CSS field on the Appearance tab of your Chat widget’s settings:

@media screen and (max-width: 480px) {
.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
    transform: scale(0.8)
  }