Skip to content

Commit

Permalink
크루, 게스트 모집 상세 페이지 하단버튼 없을 때 padding 제거 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwl98 authored Dec 4, 2023
1 parent 9785c86 commit 6373706
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/pages/CrewsDetailPage/CrewsDetailPage.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,14 @@ export const InfoItem = styled.div`

export const ButtonWrapper = styled.div`
position: fixed;
padding: 5px 16px;
background-color: white;
width: 100dvw;
bottom: 70px;
left: 0;
& > button {
width: calc(100% - 32px);
margin: 5px 16px;
}
`;

export const AvatarWrapper = styled(Flex)`
Expand Down
5 changes: 4 additions & 1 deletion src/pages/GamesDetailPage/GamesDetailPage.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ export const GuestName = styled(Text)`

export const ButtonWrapper = styled.div`
position: fixed;
padding: 5px 16px;
background-color: white;
width: 100dvw;
bottom: 70px;
left: 0;
z-index: 1;
& > button {
width: calc(100% - 32px);
margin: 5px 16px;
}
`;

export const PositionItemBox = styled.div`
Expand Down

0 comments on commit 6373706

Please sign in to comment.