|
|
|
|
@ -51,9 +51,6 @@ body[data-notebook='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
|
|
|
|
|
margin-top: var(--jp-cell-padding);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body[data-notebook='notebooks']
|
|
|
|
|
.jp-Notebook
|
|
|
|
|
.jp-Notebook-cell:not(:first-child)::after,
|
|
|
|
|
body[data-notebook='notebooks']
|
|
|
|
|
.jp-Notebook
|
|
|
|
|
.jp-Notebook-cell:not(:first-child)::before {
|
|
|
|
|
@ -177,13 +174,14 @@ body[data-format='mobile'] .jp-Notebook > *:first-child {
|
|
|
|
|
|
|
|
|
|
/* Virtual Notebook fixes */
|
|
|
|
|
|
|
|
|
|
/* TODO: remove when https://github.com/jupyterlab/jupyterlab/pull/13154 is released */
|
|
|
|
|
body[data-notebook='notebooks'] .jp-WindowedPanel-window {
|
|
|
|
|
background: var(--jp-layout-color0);
|
|
|
|
|
/* TODO: remove when https://github.com/jupyterlab/jupyterlab/pull/13154 is released */
|
|
|
|
|
width: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* TODO: remove when https://github.com/jupyterlab/jupyterlab/pull/13157 is released */
|
|
|
|
|
body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
|
|
|
|
|
/* TODO: remove when https://github.com/jupyterlab/jupyterlab/pull/13157 is released */
|
|
|
|
|
width: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|