このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
tesseract-design
/
viewfinder
ウォッチ
1
スター
0
フォーク
0
コード
課題
2
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Update BasicWide topbar
Use container margins in content container for topbar.
master
TheoryOfNekomata
3年前
親
047a484d2e
コミット
219d5abe3f
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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',
書き込み
プレビュー
読み込み中…
キャンセル
保存