breadit
breadit copied to clipboard
List marks visible for mini post create form
Theres just this annoying black marker visible in the create post bar on the subreddit community page
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