This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
viewfinder
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update BasicWide topbar
Use container margins in content container for topbar.
master
TheoryOfNekomata
3 years ago
parent
047a484d2e
commit
219d5abe3f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/widgets/TopBar/index.tsx
+ 1
- 1
src/widgets/TopBar/index.tsx
View File
@@ -33,7 +33,7 @@ const Container = styled('div')({
padding: '0 1rem',
padding: '0 1rem',
boxSizing: 'border-box',
boxSizing: 'border-box',
margin: '0 auto',
margin: '0 auto',
maxWidth: `calc(${configVar('base-width')} *
2
)`,
maxWidth: `calc(${configVar('base-width')} *
3
)`,
width: '100%',
width: '100%',
height: '100%',
height: '100%',
display: 'flex',
display: 'flex',
Write
Preview
Loading…
Cancel
Save