Skip to content

Commit

Permalink
Adjust ui layout
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu committed Aug 14, 2023
1 parent cf4833d commit a570443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function MasterDetailContainer({
flex="0 1 400px"
maxWidth="400px"
minWidth="280px"
ml="16px"
maxHeight={`calc(100vh - ${sideNavTop})`}
>
<SideBar singleOnly={singleOnly} />
Expand All @@ -39,7 +40,7 @@ export function MasterDetailContainer({
<Box
maxHeight={mainContentAreaHeight}
h={'100%'}
p={9}
p="16px"
flex="1 0 800px"
width="800px"
>
Expand Down
2 changes: 1 addition & 1 deletion static_report/src/components/Reports/ReportContextBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function ReportContextBar({
bg={'gray.100'}
border={borderVal}
borderX={0}
px="80px"
px="96px"
py="10px"
{...props}
>
Expand Down

0 comments on commit a570443

Please sign in to comment.