Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: space between add link and first link #9822 (#9943)
Browse files Browse the repository at this point in the history
* No Space between add link and first link #9406

* user links fixed with better way

* revert changes

* margin top added to edit icon and pencil icon size reduced

* Update loftwah.json

changes reverted

---------

Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
  • Loading branch information
ahmaddonishyar and eddiejaoude committed Jan 12, 2024
1 parent 1003f51 commit 0bcce23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/account/manage/Edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default function Edit({ href, label = "", children }) {
<a
href={href}
aria-label={`Edit ${label}`}
className="rounded-full bg-secondary-medium p-2 text-white shadow-sm hover:bg-tertiary-medium focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-secondary-medium absolute top-0 left-0 pointer z-10"
className="rounded-full bg-secondary-medium p-2 mt-1 text-white shadow-sm hover:bg-tertiary-medium focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-secondary-medium absolute top-0 left-0 pointer z-10"
>
<PencilIcon className="h-5 w-5" aria-hidden="true" />
<PencilIcon className="h-4 w-4" aria-hidden="true" />
</a>
{children}
</div>
Expand Down

0 comments on commit 0bcce23

Please sign in to comment.