mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
Fix CSS for full
windowing mode (#7337)
This commit is contained in:
parent
7becb180ea
commit
f6a56f5608
@ -24,13 +24,14 @@ body[data-notebook='notebooks'] .jp-NotebookPanel-toolbar {
|
||||
}
|
||||
|
||||
body[data-notebook='notebooks'] .jp-WindowedPanel-outer {
|
||||
width: unset !important;
|
||||
padding-top: unset;
|
||||
padding-left: calc(calc(100% - var(--jp-notebook-max-width)) * 0.5);
|
||||
padding-right: calc(
|
||||
calc(
|
||||
100% - var(--jp-notebook-max-width) - var(--jp-notebook-padding-offset)
|
||||
) * 0.5
|
||||
);
|
||||
) !important;
|
||||
background: var(--jp-layout-color2);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user