Skip to content

Commit

Permalink
design: 댓글 대댓글 UI 수정 간격 조정 등 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ontheway-01 committed Mar 31, 2024
1 parent 8661c3d commit a87f865
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/board/postDetail/components/Comment/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ export const ReplyLink = styled(ClearButton)`
`;

export const ReplyCommentsBox = styled(ClearUl)`
margin-top: 10px;
padding: 5px -0;
border-top: 1px solid #f5f5f5;
// margin-top: 10px;
// padding: 5px -0;
// border-top: 1px solid #f5f5f5;
`;

export const BackLink = styled(ClearButton)`
Expand All @@ -84,5 +84,5 @@ export const BackLink = styled(ClearButton)`
`;

export const Li = styled.li`
padding: 0 0 5px 15px;
padding-left: 15px;
`;

0 comments on commit a87f865

Please sign in to comment.