diff --git a/src/components/UI/Dialog/DialogBox.jsx b/src/components/UI/Dialog/DialogBox.jsx
index a3ca83e..582dc17 100644
--- a/src/components/UI/Dialog/DialogBox.jsx
+++ b/src/components/UI/Dialog/DialogBox.jsx
@@ -29,13 +29,13 @@ export const DialogBox = () => (
Manual
- - Use control panel to change the properties of brick
+ - Use left side panel to change the properties of brick
-
You change the pivot point of bricks using{" "}
A S{" "}
W and D{" "}
keys or You can use anchorX and{" "}
- anchorY option from the control panel
+ anchorZ option from the control panel
-
To delete brick, select Edit option in control
@@ -44,6 +44,22 @@ export const DialogBox = () => (
use
Delete to delete selected bricks
+ -
+ Top bar has two options. create Mode which let's you create
+ new bricks while Edit mode let's you edit existing bricks by
+ selecting
+
+ -
+ You can also use CTRL +{" "}
+ Z for undo,{" "}
+ CTRL + R{" "}
+ for redo.
+
+ -
+ Bottom bar has (from left) first button to undo, second to redo,
+ third to delete selected and forth button displays list of all
+ users in room
+
diff --git a/src/components/UI/Dialog/dialogbox.css b/src/components/UI/Dialog/dialogbox.css
index 9351349..a21f0a1 100644
--- a/src/components/UI/Dialog/dialogbox.css
+++ b/src/components/UI/Dialog/dialogbox.css
@@ -21,7 +21,7 @@
left: 50%;
transform: translate(-50%, -50%);
width: 90vw;
- max-width: 450px;
+ max-width: 550px;
max-height: 85vh;
padding: 25px;
animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);