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

[ChangeLog] Different image background #1624

Open
wants to merge 5 commits into
base: changelog-project
Choose a base branch
from

Conversation

junhouse
Copy link
Contributor

@junhouse junhouse commented Nov 14, 2024

  • Image background gradient update
  • Remove margin-top if no image exists above the heading
Screenshot 2024-11-14 at 4 43 41 PM Screenshot 2024-11-14 at 4 43 44 PM

@junhouse junhouse requested review from a team as code owners November 14, 2024 20:23
@junhouse junhouse requested review from matthathornmp and ishamehramixpanel and removed request for a team November 14, 2024 20:23
Copy link

vercel bot commented Nov 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2024 9:47pm

@junhouse junhouse changed the base branch from main to changelog-project November 14, 2024 20:23
@junhouse junhouse marked this pull request as draft November 14, 2024 20:24
@junhouse junhouse marked this pull request as ready for review November 14, 2024 21:41
Copy link
Contributor

@ryancurtis1 ryancurtis1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk if I'm looking at the wrong thing but I don't see the image frames in light or dark mode
Screenshot 2024-11-14 at 5 13 37 PM
and I'm seeing duplicates of the images themselves

@@ -107,7 +107,7 @@ export default function ChangelogIndex({ more = "Learn More" }) {
<div className="changelogIndexItemBody">
{page.frontMatter?.thumbnail && renderImage(page)}

<h3 className="changelogItemTitleWrapper">
<h3 className={page.frontMatter?.thumbnail && "changelogItemTitleWrapper"}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this would completely remove the title if there is no image?

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 this pull request may close these issues.

2 participants