diff --git a/apps/web/src/components/editor/index.js b/apps/web/src/components/editor/index.js index 1aeda0215..35a75c42e 100644 --- a/apps/web/src/components/editor/index.js +++ b/apps/web/src/components/editor/index.js @@ -118,7 +118,7 @@ function Editor(props) { }} transition={{ duration: 0.3, ease: "easeOut" }} maxWidth={isFocusMode ? "auto" : "900px"} - width={isFocusMode ? "900px" : "100%"} + width={isFocusMode ? "50%" : "100%"} mt={[0, 0, 25]} >