diff --git a/src/games/storywriter/assets/editor.module.css b/src/games/storywriter/assets/editor.module.css index 70c8d82..d86d7df 100644 --- a/src/games/storywriter/assets/editor.module.css +++ b/src/games/storywriter/assets/editor.module.css @@ -24,6 +24,10 @@ padding: 0 72px 72px; } +.content.menuContent { + padding-bottom: 10px; +} + .editable { width: 100%; min-height: 100%; diff --git a/src/games/storywriter/assets/sidebar.module.css b/src/games/storywriter/assets/sidebar.module.css index 7eb3fa6..5fc3c03 100644 --- a/src/games/storywriter/assets/sidebar.module.css +++ b/src/games/storywriter/assets/sidebar.module.css @@ -29,11 +29,6 @@ } .closed { - width: 32px; - min-width: 32px; -} - -.closed[data-controlled] { width: 0; min-width: 0; border: none; diff --git a/src/games/storywriter/components/editor.tsx b/src/games/storywriter/components/editor.tsx index ce4fb6a..adb8934 100644 --- a/src/games/storywriter/components/editor.tsx +++ b/src/games/storywriter/components/editor.tsx @@ -94,7 +94,7 @@ export const Editor = () => { return (