root 2 лет назад
Родитель
Сommit
b57e9bec90
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      kityminder-editor/dist/index.html

+ 1 - 1
kityminder-editor/dist/index.html

@@ -89,7 +89,7 @@
 					window.editor = editor;
 					window.minder = minder;
 					setTimeout(function () {
-						window.editor.minder.getRenderContainer().setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 100]);
+						window.editor.minder.getRenderContainer().setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 120]);
 					}, 500)
 				};
 			});