Skip to content

Commit

Permalink
feat(website): fix api client layout
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jan 1, 2022
1 parent 5469cc9 commit 36914f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/components/api-client/ApiClient.tsx
Expand Up @@ -144,7 +144,7 @@ const ControlPanel = styled.div`
bottom: 0;
--innerHeight: calc(100% - ${({ theme }) => theme.dimensions.headerHeight}px);
height: calc(var(--innerHeight) * 0.45);
width: 60%;
width: 55%;
}
`}
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/components/api-client/ApiTabs.tsx
Expand Up @@ -83,7 +83,7 @@ const Wrapper = styled.div`
& {
top: ${({ theme }) => theme.dimensions.headerHeight}px;
right: 0;
width: 60%;
width: 55%;
--innerHeight: calc(100% - ${({ theme }) => theme.dimensions.headerHeight}px);
height: calc(var(--innerHeight) * 0.55);
}
Expand Down

0 comments on commit 36914f2

Please sign in to comment.