Skip to content

Commit

Permalink
Give tool area more height
Browse files Browse the repository at this point in the history
  • Loading branch information
walidkayhan committed Oct 4, 2024
1 parent d8c9f33 commit 342c001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/src/routes/index.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Route = createLazyFileRoute('/')({
function Index() {
return (
<>
<div className="flex h-[80%] pb-10">
<div className="flex h-[75%] pb-10">
<div className="flex-grow">
<Visualizer />
</div>
Expand All @@ -21,7 +21,7 @@ function Index() {
</div>
</div>

<div className="flex h-[20%] min-h-48">
<div className="flex h-[25%] min-h-48">
<ToolArea />
</div>
</>
Expand Down

0 comments on commit 342c001

Please sign in to comment.