Skip to content

Commit

Permalink
Merge pull request #174 from F3B4-KDT-Project/171-style
Browse files Browse the repository at this point in the history
style: 게시글 UI 수정
  • Loading branch information
yundol777 authored Feb 27, 2025
2 parents 1ddeb34 + bae06dd commit 40cab95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/post/Chat/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from '@emotion/styled';

export const Container = styled.div`
width: 29.75rem;
height: 46.125rem;
height: 100%;
border-radius: 0.9375rem;
background: ${({ theme }) => theme.colors.gray};
Expand Down
2 changes: 1 addition & 1 deletion src/components/post/Editor/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Container = styled.div`
padding: 0.62rem;
width: 47.9375rem;
height: 46.125rem;
height: 100%;
p {
font-size: 30px;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Post/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styled from '@emotion/styled';
export const Container = styled.div`
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 2.38rem 1.94rem;
Expand All @@ -20,7 +19,8 @@ export const Body = styled.div`
align-items: flex-start; /* 컴포넌트를 상단 정렬 */
width: 100%;
height: auto;
height: 100%;
overflow: hidden;
padding: 1.31rem 1.56rem;
gap: 1.25rem;
Expand Down

0 comments on commit 40cab95

Please sign in to comment.