소스 검색

Update BasicWide topbar

Use container margins in content container for topbar.
master
부모
커밋
219d5abe3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/widgets/TopBar/index.tsx

+ 1
- 1
src/widgets/TopBar/index.tsx 파일 보기

@@ -33,7 +33,7 @@ const Container = styled('div')({
padding: '0 1rem',
boxSizing: 'border-box',
margin: '0 auto',
maxWidth: `calc(${configVar('base-width')} * 2)`,
maxWidth: `calc(${configVar('base-width')} * 3)`,
width: '100%',
height: '100%',
display: 'flex',


불러오는 중...
취소
저장