Increase size of the Reopen button only for desktop

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

@media (min-width: 768px) {
.global-styles,
[class*="FloatingButton__FloatingButtonContainer-sc"] [class*="ButtonBase__ButtonContainer-sc"] {
transform: scale(1.5);
transform-origin: top;
}
}