I’d like to have a setting for changing the size of the bubble. As for now, the Elfsight Team suggest using this code in the Custom CSS field on the General tab of your widget’s settings:
[class^="FloatingButton__FloatingButtonContainer-sc"] {
scale: 0.7;
}