Skip to content

Commit

Permalink
Mobile chatbox should not have top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed Nov 20, 2024
1 parent 7543bfe commit b09dc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function App() {
<SideBar />
</aside>

<main className="mx-auto flex h-full max-w-4xl flex-1 overflow-x-hidden overflow-y-hidden rounded-md p-3">
<main className="mx-auto flex h-full max-w-4xl flex-1 overflow-x-hidden overflow-y-hidden rounded-md pt-0 md:pt-3 p-3">
<ChatBox />
</main>
</section>
Expand Down

0 comments on commit b09dc11

Please sign in to comment.