From 219d5abe3fbc2700d9e5f35bd2f8b593dbae58b5 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sun, 1 Aug 2021 11:48:38 +0800 Subject: [PATCH] Update BasicWide topbar Use container margins in content container for topbar. --- src/widgets/TopBar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/TopBar/index.tsx b/src/widgets/TopBar/index.tsx index bf3117a..635f510 100644 --- a/src/widgets/TopBar/index.tsx +++ b/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',