Skip to content

Commit

Permalink
Take up full height
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Jan 16, 2024
1 parent 53d727a commit 7c565b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function App() {
const [state, dispatch] = useReducer(reducer, initialState);

return (
<main className="flex gap-2 bg-black p-4 text-white ">
<main className="flex h-screen gap-2 bg-black p-4 text-white ">
<div className="flex flex-col gap-2">
<Controls dispatch={dispatch} />
<Editor dispatch={dispatch} state={state} />
Expand Down

0 comments on commit 7c565b9

Please sign in to comment.