Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1eb2e04

Browse files
committed
style: clean up && adjust
1 parent 666b629 commit 1eb2e04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/Navigator/styles/brief_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const CardWrapper = styled.div`
1717
border: 1px solid;
1818
border-color: ${theme('header.cardBorder')};
1919
z-index: 1000;
20-
top: 4px;
20+
top: 14px;
2121
`
2222
export const CommunityWrapper = styled.div`
2323
${cs.flex('align-both')};

components/Navigator/styles/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import CommunityFaceLogo from '@components/CommunityFaceLogo'
77
export const Breadcrumbs = styled.div`
88
${cs.flex('align-center')};
99
max-width: 520px;
10-
margin-left: 3vw;
1110
height: 100%;
1211
${cs.media.mobile`
1312
margin-right: 0;

utils/common_styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const zIndex = {
9494
sidebar: 1999,
9595
}
9696

97-
export const MEDIA_MAX_WIDTH = '1500px'
97+
export const MAX_CONTENT_WIDTH = '1520px'
9898
export const mediaBreakPoints = {
9999
// mobileS: '320px',
100100
// mobileM: '375px',
@@ -128,6 +128,7 @@ const cs = {
128128
zIndex,
129129
mediaBreakPoints,
130130
media,
131+
MAX_CONTENT_WIDTH,
131132
}
132133

133134
export default cs

0 commit comments

Comments
 (0)