diff --git a/src/components/App.tsx b/src/components/App.tsx
index 2a982ba1..46276288 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -22,7 +22,7 @@ function App(): JSX.Element {
setDragging(true)}
onDragEnd={(): void => setDragging(false)}
percentage={true}
@@ -48,19 +48,86 @@ function App(): JSX.Element {
- {showDocs && (
-
- )}
+
diff --git a/src/components/app.scss b/src/components/app.scss
index 6a740de6..a3b07472 100644
--- a/src/components/app.scss
+++ b/src/components/app.scss
@@ -22,3 +22,9 @@
.terminal-padding {
padding-left: 10px;
}
+
+// hide the docs and resize separator
+
+div.pb-hide-docs > :not(.layout-pane-primary) {
+ display: none;
+}