Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix spacing around user avatar in settings
  • Loading branch information
matt-west committed Oct 24, 2024
commit fcb13ed9a896d7ff3aca205bfd8e03f4b673eeeb
4 changes: 2 additions & 2 deletions src/components/user-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ const UserInfo = ( {
const { __ } = useI18n();
return (
<div className="flex w-full gap-5">
<div className="flex w-full items-center gap-[15px]">
<div className="flex w-full items-center gap-3">
<Button
onClick={ () => getIpcApi().openURL( WPCOM_PROFILE_URL ) }
aria-label={ __( 'Profile link' ) }
className="py-0 px-0"
variant="icon"
>
<Gravatar detailedDefaultImage size={ 32 } isBlack />
</Button>
Expand Down