Change width, height and font size of the Reopen button

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

.global-styles, [class^="ButtonBase__ButtonContainer"] {
width: 20px;
height: 50px;
font-size: 20px !important;
}