Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List marks visible for mini post create form #26

Open
aum99 opened this issue Aug 24, 2023 · 1 comment
Open

List marks visible for mini post create form #26

aum99 opened this issue Aug 24, 2023 · 1 comment

Comments

@aum99
Copy link

aum99 commented Aug 24, 2023

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

@ryanyogan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants