Skip to content

Commit

Permalink
chore: lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi committed Nov 1, 2024
1 parent b3ade5c commit ccdb9ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions injected/src/features/autofill-password-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class AutofillPasswordImport extends ContentFeature {
},
borderRadius: '100%',
offsetLeft: 0,
offsetTop: 0,
offsetTop: 0
}
}

Expand All @@ -44,7 +44,7 @@ export default class AutofillPasswordImport extends ContentFeature {
},
borderRadius: '100%',
offsetLeft: 0,
offsetTop: 0,
offsetTop: 0
}
}

Expand All @@ -59,7 +59,7 @@ export default class AutofillPasswordImport extends ContentFeature {
},
borderRadius: '2px',
offsetLeft: 1.30,
offsetTop: 0.15,
offsetTop: 0.15
}
}

Expand Down Expand Up @@ -105,7 +105,7 @@ export default class AutofillPasswordImport extends ContentFeature {
const overlay = document.createElement('div')
overlay.style.position = 'absolute'

//FIXME: Workaround for the overlay not being positioned correctly
// FIXME: Workaround for the overlay not being positioned correctly
overlay.style.top = `${mainElement.offsetTop - offsetTop}px`
overlay.style.left = `${mainElement.offsetLeft - offsetLeft}px`
const dimensions = mainElement.getBoundingClientRect()
Expand Down

0 comments on commit ccdb9ce

Please sign in to comment.