Skip to content

Commit c45b46a

Browse files
committed
style : 리뷰 사항 반영 및 "알림 없음" 메세지 중앙 배치
1 parent 24f3137 commit c45b46a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/common/header/Notification/Notification.styled.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export const Container = styled.div`
66
overflow: hidden;
77
display: flex;
88
flex-direction: column;
9+
justify-content: center;
10+
align-items: center;
911
padding: 3px;
1012
`;
1113

@@ -24,7 +26,7 @@ export const ScrollArea = styled.div`
2426

2527
export const NotificationHeader = styled.div`
2628
display: flex;
27-
justify-content: right;
29+
justify-content: flex-end;
2830
align-items: center;
2931
height: fit-content;
3032
margin-right: 15px;

0 commit comments

Comments
 (0)