Fix some test snapshots and css

This commit is contained in:
Nicolas Brichet 2022-08-04 17:26:37 +02:00 committed by foo
parent e2ed555dbf
commit b02eb05750
5 changed files with 2 additions and 3 deletions

View File

@ -80,6 +80,3 @@ body[data-notebook='notebooks'] #main-panel {
body[data-notebook='notebooks'] #spacer-widget {
min-height: unset;
}
/* Sibling imports */
@import './sidepanel.css';

View File

@ -8,3 +8,4 @@
@import url('~@jupyterlab/ui-components/style/index.css');
@import url('./base.css');
@import url('./sidepanel.css');

View File

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