mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Fix collapser and side-by-side rendering
This commit is contained in:
parent
228dbb2712
commit
664c73ce3b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user