Skip to content

Commit

Permalink
fix layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Oct 2, 2024
1 parent 329b800 commit 48e3e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default function Home() {
</header>
<div
className={
"grid grid-rows-1 h-full w-full grid-container" +
"grid grid-rows-1 h-full w-full grid-container " +
(sidebarOpen
? "grid-cols-[244px_calc(100vw_-_244px)] "
: "grid-cols-[0px_calc(100vw_-_0px)])")
Expand Down

0 comments on commit 48e3e91

Please sign in to comment.