Skip to content

Commit

Permalink
Merge pull request #1297 from RohittCodes/fix-1291
Browse files Browse the repository at this point in the history
fix: height for md-devices
  • Loading branch information
dartpain authored Oct 16, 2024
2 parents 9be3043 + c06f232 commit 20bd7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function MainLayout() {
<div className="dark:bg-raisin-black relative h-screen overflow-auto">
<Navigation navOpen={navOpen} setNavOpen={setNavOpen} />
<div
className={`h-[calc(100dvh-64px)] sm:h-screen ${
className={`h-[calc(100dvh-64px)] md:h-screen ${
!isMobile
? `ml-0 ${!navOpen ? 'md:mx-auto lg:mx-auto' : 'md:ml-72'}`
: 'ml-0 md:ml-16'
Expand Down

0 comments on commit 20bd7ca

Please sign in to comment.