Skip to content

Commit 391d248

Browse files
Merge pull request #9 from SylvainCorlay/output-prompt
Fix sidecar output prompt
2 parents 28befc2 + 1255de2 commit 391d248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/sidecar.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
.jupyterlab-sidecar.p-Widget.jp-OutputPrompt.jp-OutputArea-prompt {
2-
display: none;
3-
}
4-
51
.jupyterlab-sidecar {
62
background: var(--jp-layout-color0);
73
}
84

5+
.jupyterlab-sidecar .jp-OutputPrompt.jp-OutputArea-prompt {
6+
display: none;
7+
}
8+
99
.jp-SideBar.jp-mod-right .p-TabBar-tabCloseIcon {
1010
padding: 4px 0px 4px 4px;
1111
background-size: 16px;

0 commit comments

Comments
 (0)