Skip to content

Commit

Permalink
fix: change avatar alignment with highlight input (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Nov 1, 2023
2 parents 647fca3 + b74a3af commit dc409c4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,11 @@ const ContributorProfileTab = ({

<TabsContent value={"highlights" satisfies TabKey}>
{(hasHighlights || inputVisible) && user_name === login && (
<div className="lg:pl-20 lg:gap-x-4 pt-4 flex max-w-[48rem]">
<div className="hidden lg:inline-flex">
<div className="flex max-w-3xl px-2 pt-4 lg:gap-x-3">
<div className="hidden lg:inline-flex pt-[0.4rem]">
<Avatar
alt="user profile avatar"
isCircle
size="sm"
avatarURL={`https://www.github.com/${githubName}.png?size=300`}
/>
Expand Down

0 comments on commit dc409c4

Please sign in to comment.