joschan21 / breadit

Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
1.06k stars 261 forks source link

List marks visible for mini post create form #26

Open aum99 opened 1 year ago

aum99 commented 1 year ago

Theres just this annoying black marker visible in the create post bar on the subreddit community page

ryanyogan commented 11 months ago

There is a div that needs to be a UL in the /app/r/[slug]/layout.tsx file

  return (
    <div className="sm:container max-w-7xl mx-auto h-full pt-12">
      <div>
        <div className="grid grid-cols-1 md:grid-cols-3 gap-y-4 md:gap-x-4 py-6">
          <ul className="flex flex-col col-span-2 space-y-6">{children}</ul>  // <-- Make this a UL