- {isDragging &&
}
+
diff --git a/src/app/app.scss b/src/app/app.scss
index 2e754498..51d57ae6 100644
--- a/src/app/app.scss
+++ b/src/app/app.scss
@@ -7,11 +7,39 @@
@use '../variables' as pb;
.pb-app {
+ width: 100%;
+ height: 100%;
background-color: bp.$pt-app-background-color;
.#{bp.$ns}-dark & {
background-color: bp.$pt-dark-app-background-color;
}
+
+ &-activities {
+ display: flex;
+ @include pb.focus-within();
+ }
+
+ &-terminal {
+ height: 100%;
+ padding-left: 8px;
+ background-color: white;
+ @include pb.focus-within();
+
+ .#{bp.$ns}-dark & {
+ background-color: black;
+ }
+ }
+
+ &-docs {
+ height: 100%;
+
+ &-drag-helper {
+ height: 100%;
+ width: 100%;
+ position: absolute;
+ }
+ }
}
.pb-app-body {
@@ -52,15 +80,6 @@
overflow: hidden;
}
-.pb-app-terminal-padding {
- padding-left: 10px;
- background-color: white;
-
- .#{bp.$ns}-dark & {
- background-color: black;
- }
-}
-
// hide the docs and resize separator
div.pb-hide-docs > :not(.layout-pane-primary) {
diff --git a/src/components/Button.tsx b/src/components/Button.tsx
index 4bf04e72..63b13b21 100644
--- a/src/components/Button.tsx
+++ b/src/components/Button.tsx
@@ -20,7 +20,7 @@ type ButtonProps = {
minimal?: boolean;
/** Icon that will be displayed to the left of the button content. */
icon: IconName;
- /** A refernece to the underlying