mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Fix some test snapshots and css
This commit is contained in:
parent
e2ed555dbf
commit
b02eb05750
@ -80,6 +80,3 @@ body[data-notebook='notebooks'] #main-panel {
|
||||
body[data-notebook='notebooks'] #spacer-widget {
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
/* Sibling imports */
|
||||
@import './sidepanel.css';
|
||||
|
@ -8,3 +8,4 @@
|
||||
@import url('~@jupyterlab/ui-components/style/index.css');
|
||||
|
||||
@import url('./base.css');
|
||||
@import url('./sidepanel.css');
|
||||
|
@ -8,3 +8,4 @@ import '@jupyterlab/mainmenu/style/index.js';
|
||||
import '@jupyterlab/ui-components/style/index.js';
|
||||
|
||||
import './base.css';
|
||||
import './sidepanel.css';
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue
Block a user