Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a90cbf3

Browse files
committed
chore(media-query): debug fucking weichat browser
1 parent 6eea5c0 commit a90cbf3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

components/Modal/styles/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Wrapper = styled.div`
3131
mode === 'default' ? theme('modal.border') : theme('baseColor.error')};
3232
animation: ${animate.zoomInRule};
3333
34-
${cs.media.mobile`width: 400px`};
34+
${cs.media.mobile`width: 300px`};
3535
`
3636
export const ChildrenWrapper = styled.div`
3737
min-height: 320px;

containers/CommunityBanner/styles/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ export const BaseTabber = styled.div`
2222
bottom: -16px;
2323
margin-left: -10px;
2424
width: 80vw;
25-
${cs.media.mobile`width: 95%;`};
25+
${cs.media.mobile`
26+
left: 10px;
27+
width: 100%;
28+
`};
2629
`

0 commit comments

Comments
 (0)