Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 0ed4696

Browse files
authored
Merge pull request #33 from aws/enable-bottom-panel
chore: display bottom panel and hide the single document toggle
2 parents c20b638 + 2b41ed6 commit 0ed4696

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

style/components/layout.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#glue-base #jp-top-panel,
1010
#glue-base #jp-menu-panel,
1111
#glue-base #jp-MainMenu,
12-
#glue-base #jp-bottom-panel,
12+
#glue-base #jp-bottom-panel #jp-single-document-mode,
1313
#glue-base .lm-Widget.p-Widget.jp-Toolbar.jp-NotebookPanel-toolbar .jp-Toolbar-item:nth-child(1),
1414
.lm-TabBar-content li:nth-child(1),
1515
.lm-TabBar-content li:nth-child(2),
@@ -21,8 +21,7 @@
2121
border-left: var(--jp-border-width) solid var(--jp-border-color0);
2222
}
2323

24-
#glue-base #jp-main-content-panel,
25-
#glue-base #jp-bottom-panel {
24+
#glue-base #jp-main-content-panel{
2625
top: 0 !important;
2726
}
2827

0 commit comments

Comments
 (0)