Skip to content

Commit ee31c5e

Browse files
committed
Fix navbar position when no posts are found
1 parent 9a886a0 commit ee31c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Feed.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function Feed({ type }) {
115115
return (
116116
<div
117117
data-testid="feed"
118-
className="xl:ml-[350px] h-full border-l border-r border-lightBorderColor dark:border-darkBorderColor xl:min-w-[680px] sm:ml-[82px] justify-center sm:w-[calc(100%-82px)] w-screen content-center items-center flex-grow max-w-2xl">
118+
className="xl:ml-[350px] h-full border-l border-r border-lightBorderColor dark:border-darkBorderColor xl:min-w-[680px] sm:ml-[82px] justify-center sm:w-[calc(100%-82px)] w-screen items-center flex-grow max-w-2xl">
119119
<Navbar title={undefined} />
120120
<Input
121121
updatePosts={updatePosts}

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)