Skip to content

Commit 36914f2

Browse files
committedJan 1, 2022
feat(website): fix api client layout
1 parent 5469cc9 commit 36914f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎website/src/components/components/api-client/ApiClient.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const ControlPanel = styled.div`
144144
bottom: 0;
145145
--innerHeight: calc(100% - ${({ theme }) => theme.dimensions.headerHeight}px);
146146
height: calc(var(--innerHeight) * 0.45);
147-
width: 60%;
147+
width: 55%;
148148
}
149149
`}
150150

‎website/src/components/components/api-client/ApiTabs.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Wrapper = styled.div`
8383
& {
8484
top: ${({ theme }) => theme.dimensions.headerHeight}px;
8585
right: 0;
86-
width: 60%;
86+
width: 55%;
8787
--innerHeight: calc(100% - ${({ theme }) => theme.dimensions.headerHeight}px);
8888
height: calc(var(--innerHeight) * 0.55);
8989
}

0 commit comments

Comments
 (0)
Please sign in to comment.