Fix collapser and side-by-side rendering

This commit is contained in:
Jeremy Tuloup 2022-10-01 09:54:58 +02:00
parent 228dbb2712
commit 664c73ce3b

View File

@ -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;
}