Fix author card styling: solid background, full-width bio text, proportional avatar, and verified badge#1665
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Closed
Copilot
AI
changed the title
[WIP] Fix author post changes to match reference image
Fix author card styling: solid background, full-width bio text, proportional avatar
May 23, 2026
Member
Contributor
Author
Fixed in commit
Here's the result: The badge is now a green circle with an SVG checkmark at the bottom-left of the avatar, matching the reference design exactly. |
Copilot
AI
changed the title
Fix author card styling: solid background, full-width bio text, proportional avatar
Fix author card styling: solid background, full-width bio text, proportional avatar, and verified badge
May 23, 2026
Member
|
@copilot I want this to come on the right side of the image. and the color should be #34D399 |
Contributor
Author
... Fixed in commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
UI/UX improvements to the blog post author card to match the reference design.
Type of Change
Changes Made
src/theme/BlogPostItem/Footer/styles.module.css.authorCardwith flatvar(--ifm-color-emphasis-100)— matches the reference's clean solid-gray cardmax-width: 68chfrom.authorSummary— text now fills available card width.authorAvatar/.authorAvatarFallbackfrom84px→64px— proportional to the reference layoutright: -2px, bottom: -2px) to match the reference design#34D399per design specificationdisplay: flexcentering, size20pxfor proper icon visibilitysrc/theme/BlogPostItem/Footer/index.tsx✓character with a proper inline SVG checkmark path for a cleaner, crisper appearance matching the referenceDependencies
None.
Checklist
npm run buildand attached screenshot(s) in this PR.