diff --git a/src/map.js b/src/map.js index 81cf058db..f16ffed77 100644 --- a/src/map.js +++ b/src/map.js @@ -578,7 +578,7 @@ function changeTreeMarkSelected() {
`, - iconSize: [32, 32], +// iconSize: [32, 32], }), } ); diff --git a/src/style.css b/src/style.css index ac0f2bf31..068404d07 100644 --- a/src/style.css +++ b/src/style.css @@ -268,4 +268,5 @@ body { /*transform: translate(-50%, -50%);*/ font-family: Roboto, Arial, sans-serif; font-size: 14px; + transform: translate(-50%, -50%); }