From 40a11297c025d609bcf29ae76dd9dcf898d7b1fd Mon Sep 17 00:00:00 2001 From: muerwre Date: Fri, 24 Aug 2018 16:12:07 +0700 Subject: [PATCH] moved panel left --- src/components/panels/EditorPanel.jsx | 7 ++++--- src/styles/panel.less | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/panels/EditorPanel.jsx b/src/components/panels/EditorPanel.jsx index b6b6cf4..2581bd0 100644 --- a/src/components/panels/EditorPanel.jsx +++ b/src/components/panels/EditorPanel.jsx @@ -38,6 +38,9 @@ export class EditorPanel extends React.PureComponent { РЕДАКТОР + + +
{(totalDistance > 0) ? @@ -48,12 +51,10 @@ export class EditorPanel extends React.PureComponent { (estimateTime > 0) && (estimateTime > 0) && {toHours(estimateTime)} } - :
Начните рисовать -->
+ :
editor.changeMode(MODES.ROUTER)}>Начнать рисовать
}
-
-