We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f3137 commit c45b46aCopy full SHA for c45b46a
src/components/common/header/Notification/Notification.styled.ts
@@ -6,6 +6,8 @@ export const Container = styled.div`
6
overflow: hidden;
7
display: flex;
8
flex-direction: column;
9
+ justify-content: center;
10
+ align-items: center;
11
padding: 3px;
12
`;
13
@@ -24,7 +26,7 @@ export const ScrollArea = styled.div`
24
26
25
27
export const NotificationHeader = styled.div`
28
- justify-content: right;
29
+ justify-content: flex-end;
30
align-items: center;
31
height: fit-content;
32
margin-right: 15px;
0 commit comments