This commit is contained in:
2026-08-07 11:49:34 +08:00
parent e24465ac39
commit 9f89e186d6
3 changed files with 4 additions and 4 deletions
@@ -56,7 +56,7 @@ const ActivityBanner: React.FC<ActivityBannerProps> = ({ onVisibilityChange }) =
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
padding: '10px 48px 10px 24px',
padding: '8px 40px 8px 16px',
maxWidth: 1400,
margin: '0 auto',
width: '100%',
@@ -95,7 +95,7 @@ const ActivityBanner: React.FC<ActivityBannerProps> = ({ onVisibilityChange }) =
onClick={handleClose}
style={{
position: 'absolute',
right: 16,
right: 8,
top: '50%',
transform: 'translateY(-50%)',
width: 26,