This website works better with JavaScript.
首頁
探索
說明
登入
tesseract-design
/
viewfinder
關註
1
收藏
0
複製
0
程式碼
問題管理
2
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update BasicWide topbar
Use container margins in content container for topbar.
master
TheoryOfNekomata
3 年之前
父節點
047a484d2e
當前提交
219d5abe3f
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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',
Write
Preview
Loading…
取消
儲存