breadit icon indicating copy to clipboard operation
breadit copied to clipboard

List marks visible for mini post create form

Open aum99 opened this issue 2 years ago • 1 comments

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

aum99 avatar Aug 24 '23 21:08 aum99

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

ryanyogan avatar Sep 16 '23 15:09 ryanyogan