Skip to content

Commit

Permalink
feat: fix two point problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Apr 1, 2021
1 parent 22f64ec commit 36b840b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ function changeTreeMarkSelected() {
<div></div>
</div>
`,
iconSize: [32, 32],
// iconSize: [32, 32],
}),
}
);
Expand Down
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,5 @@ body {
/*transform: translate(-50%, -50%);*/
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
transform: translate(-50%, -50%);
}

0 comments on commit 36b840b

Please sign in to comment.