@jupyter-notebook/notebook-extension 7.4.0-alpha.2 → 7.4.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/style/base.css +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter-notebook/notebook-extension",
3
- "version": "7.4.0-alpha.2",
3
+ "version": "7.4.0-alpha.3",
4
4
  "description": "Jupyter Notebook - Notebook Extension",
5
5
  "homepage": "https://github.com/jupyter/notebook",
6
6
  "bugs": {
@@ -38,7 +38,7 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyter-notebook/application": "^7.4.0-alpha.2",
41
+ "@jupyter-notebook/application": "^7.4.0-alpha.3",
42
42
  "@jupyterlab/application": "~4.4.0-alpha.3",
43
43
  "@jupyterlab/apputils": "~4.5.0-alpha.3",
44
44
  "@jupyterlab/cells": "~4.4.0-alpha.3",
package/style/base.css CHANGED
@@ -53,8 +53,6 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
53
53
 
54
54
  body[data-notebook='notebooks'] .jp-Notebook-cell {
55
55
  background: var(--jp-layout-color0);
56
- padding-left: calc(2 * var(--jp-cell-padding));
57
- padding-right: calc(2 * var(--jp-cell-padding));
58
56
  }
59
57
 
60
58
  /* Empty space at the bottom of the notebook (similar to classic) */
@@ -140,7 +138,6 @@ body[data-format='mobile'] .jp-ToolbarButton .jp-DebuggerBugButton {
140
138
  body[data-notebook='notebooks'] .jp-WindowedPanel-viewport {
141
139
  background: var(--jp-layout-color0);
142
140
  box-shadow: var(--jp-elevation-z4);
143
- padding: unset;
144
141
 
145
142
  /* Extra padding at the top and bottom so the notebook looks nicer */
146
143
  padding-top: calc(2 * var(--jp-notebook-padding));