Skip to content

Commit

Permalink
Change starting widths
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 8, 2024
1 parent eac0fc1 commit b12e3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export function App({
["exampleselector", "terminal", "viewer"],
]}
rowSizes={["2fr", "1fr"]}
colSizes={["180px", "1.5fr", "1fr"]}
colSizes={["180px", "1fr", "1fr"]}
>
<ExampleSelector
setCurrentFiles={setCurrentFiles}
Expand Down Expand Up @@ -444,7 +444,7 @@ export function App({
["terminal", "viewer"],
]}
rowSizes={["2fr", "1fr"]}
colSizes={["1.5fr", "1fr"]}
colSizes={["1fr", "1fr"]}
>
<React.Suspense fallback={<div>Loading...</div>}>
<Editor
Expand Down

0 comments on commit b12e3c0

Please sign in to comment.