-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(web-domains): 반응형 UI 수정 #200
Conversation
'@media (max-width: 320px)': { | ||
marginTop: 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 css-utils에서 정의해서 사용하면 좋을 거 같아요.
만약 정의해서 사용하게 된다면 매번 모바일 미디어 쿼리 px을 신경쓰지 않고도 사용할 수 있을 거 같아요
const fooCss = css({
...mobileMediaQuery({
marginTop: 0
})
})
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
추가해봤는데.. 리뷰 부탁좀 드리겠습니다!! 도은님~~ @Doeunnkimm
packages/web-domains/src/user/common/assets/icons/OnwerCharacter.tsx
Outdated
Show resolved
Hide resolved
padding: '0 20px', | ||
paddingBottom: '100px', | ||
marginTop: '48px', | ||
'& > *:not(:first-of-type)': { | ||
marginTop: '32px', | ||
}, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size 토큰으로 수정 부탁드려요 🙏
packages/web-domains/src/user/features/select-user-role/containers/SelectRoleContainer.tsx
Outdated
Show resolved
Hide resolved
color={colors.black} | ||
css={{ | ||
textAlign: 'center', | ||
marginTop: '118px', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
근데 저 궁금한게 이거 118px은 어디서 온건가요? (그냥 궁금..)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 제가 핸드폰 노치까지 착각해서 잘못된 margin을 추가한 거 같습니다!! 알려주셔서 감사합니다~~
packages/web-domains/src/user/features/user-role-closing/containers/OwnerStartContainer.tsx
Outdated
Show resolved
Hide resolved
71a884f
to
924e147
Compare
924e147
to
8ec47c4
Compare
packages/core/css-utils/src/index.ts
Outdated
@@ -1,3 +1,4 @@ | |||
export { getBorder } from './getBorder'; | |||
export { getCssVar } from './getCssVar'; | |||
export { getPadding } from './getPadding'; | |||
export * from './getMediaQuery'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export * from './getMediaQuery'; | |
export { mobileMediaQuery } from './getMediaQuery'; |
packages/web-domains/src/user/features/select-user-role/containers/SelectRoleContainer.tsx
Show resolved
Hide resolved
정호님! 혹시 다음에는 코멘트 마다 커밋 분리해서 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굳굳 좋습니다~~
'@media (max-width: 365px)': { | ||
top: '64px', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
으음 mediaMobileQuery max-width를 받는게 더 좋을수도 있을 것 같아요. 저희는 이미지를 absoulte로 다루는 곳이 많아서 생각보다 365px과 같이 특정 px에서 @media 쿼리를 조정해줘야하는 일이 있을 것 같아서요.
일단 안 받는 쪽으로 진행했으니 고고하시죵.
🎉 변경 사항
홈 네비게이션
모임 정보 입력 클로징 화면
모임 생성 성공 화면
모임 초대 화면
모임 정보 입력 폼
온보딩
입력 폼 padding 추가
padding을 추가하여 디바이스 크기에 따라 스크롤이 되도록 변경하였습니다.
🔗 링크
피그마
🙏 여기는 꼭 봐주세요!