Skip to content

Commit

Permalink
fix: adjust badge location
Browse files Browse the repository at this point in the history
  • Loading branch information
lenisko committed Jul 21, 2023
1 parent 2cc59c5 commit a99396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/markers/pokemon.jsx
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ export const fancyMarker = (
<div
className="iv-badge"
style={{
bottom: (-size / 2) * pokemonMod.offsetY,
bottom: (size / 1.5) * pokemonMod.offsetY,
left: `${pokemonMod.offsetX * size * 5}%`,
}}
>

0 comments on commit a99396b

Please # to comment.