diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index 11c07bdd6f..24fad683ed 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -1782,114 +1782,119 @@ class EditorComponent extends React.Component { onCancel={() => this.cancelDeletePageRequest()} darkMode={this.props.darkMode} /> -
-
-
- -

- - - -

- - - - - {this.state.isSaving - ? 'Saving...' - : this.state.saveError - ? 'Could not save changes' - : 'All changes are saved'} - - {config.ENABLE_MULTIPLAYER_EDITING && } - {editingVersion && ( - - )} -
-
- {app.id && ( - - )} -
-
- - - - - + +
+
+
+ +

+ + -

-
- {app.id && ( - - )} + + + + + + {this.state.isSaving + ? 'Saving...' + : this.state.saveError + ? 'Could not save changes' + : 'All changes are saved'} + + {config.ENABLE_MULTIPLAYER_EDITING && } + {editingVersion && ( + + )} +
+
+ {app.id && ( + + )} +
+
+ + + + + + +
+
+ {app.id && ( + + )} +
-
-
-
- - + + +
)}
-
-
+ + ); }