This commit is contained in:
2026-08-07 11:45:10 +08:00
parent 1498a11a9b
commit e24465ac39
3 changed files with 5 additions and 5 deletions
@@ -47,6 +47,7 @@ const ActivityBanner: React.FC<ActivityBannerProps> = ({ onVisibilityChange }) =
<div
style={{
width: '100%',
position: 'relative',
background: 'linear-gradient(135deg, #f3e8ff 0%, #ede9fe 50%, #e0e7ff 100%)',
borderBottom: '1px solid rgba(139, 92, 246, 0.15)',
}}
@@ -55,8 +56,7 @@ const ActivityBanner: React.FC<ActivityBannerProps> = ({ 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<ActivityBannerProps> = ({ onVisibilityChange }) =
onClick={handleClose}
style={{
position: 'absolute',
right: 24,
right: 16,
top: '50%',
transform: 'translateY(-50%)',
width: 26,