Reduce Reopen button size on mobile

Add the code below to Custom CSS field on your Popup widget’s Settings tab:

@media(max-width: 500px) {
	.global-styles, [class^="FloatingButton__FloatingButtonContainer"] {
		transform: rotate(270deg) translateX(50px) scale(0.8);
	}
}