= ({ onVisibilityChange }) =
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
- padding: '10px 24px',
- position: 'relative',
+ padding: '10px 48px 10px 24px',
maxWidth: 1400,
margin: '0 auto',
width: '100%',
@@ -95,7 +95,7 @@ const ActivityBanner: React.FC
= ({ onVisibilityChange }) =
onClick={handleClose}
style={{
position: 'absolute',
- right: 24,
+ right: 16,
top: '50%',
transform: 'translateY(-50%)',
width: 26,