Skip to content

Commit

Permalink
fix(style): fix notification style (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaiJi authored Apr 16, 2024
1 parent 3032ddb commit 8933f9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/announcementSlider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ function AnnouncementSlider() {
)}

<div
className={clsx(SliderStyle.embla__slide, defaultSliderClass, "ml-4")}
className={clsx(
SliderStyle.embla__slide,
defaultSliderClass,
!IS_CN_REGION && "ml-4",
IS_CN_REGION && "basis-full"
)}
>
有任何建议和反馈,请加入我们的QQ群聊
<a
Expand Down

0 comments on commit 8933f9e

Please sign in to comment.