@jupyterlab/nbconvert-css 4.1.0-rc.0 → 4.1.0-rc.1

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 +8 -8
  2. package/style/index.css +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.1.0-rc.0",
3
+ "version": "4.1.0-rc.1",
4
4
  "description": "CSS bundle for the JupyterLab nbconvert template",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -31,13 +31,13 @@
31
31
  "watch": "webpack --watch"
32
32
  },
33
33
  "dependencies": {
34
- "@jupyterlab/application": "^4.1.0-rc.0",
35
- "@jupyterlab/apputils": "^4.2.0-rc.0",
36
- "@jupyterlab/cells": "^4.1.0-rc.0",
37
- "@jupyterlab/codemirror": "^4.1.0-rc.0",
38
- "@jupyterlab/notebook": "^4.1.0-rc.0",
39
- "@jupyterlab/outputarea": "^4.1.0-rc.0",
40
- "@jupyterlab/rendermime": "^4.1.0-rc.0"
34
+ "@jupyterlab/application": "^4.1.0-rc.1",
35
+ "@jupyterlab/apputils": "^4.2.0-rc.1",
36
+ "@jupyterlab/cells": "^4.1.0-rc.1",
37
+ "@jupyterlab/codemirror": "^4.1.0-rc.1",
38
+ "@jupyterlab/notebook": "^4.1.0-rc.1",
39
+ "@jupyterlab/outputarea": "^4.1.0-rc.1",
40
+ "@jupyterlab/rendermime": "^4.1.0-rc.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -4201,6 +4201,7 @@ button.jp-Dialog-close-button {
4201
4201
  font-style: normal;
4202
4202
  margin: var(--jp-content-heading-margin-top) 0
4203
4203
  var(--jp-content-heading-margin-bottom) 0;
4204
+ scroll-margin-top: var(--jp-content-heading-margin-top);
4204
4205
  }
4205
4206
 
4206
4207
  .jp-RenderedHTMLCommon h1:first-child,
@@ -4210,6 +4211,7 @@ button.jp-Dialog-close-button {
4210
4211
  .jp-RenderedHTMLCommon h5:first-child,
4211
4212
  .jp-RenderedHTMLCommon h6:first-child {
4212
4213
  margin-top: calc(0.5 * var(--jp-content-heading-margin-top));
4214
+ scroll-margin-top: calc(0.5 * var(--jp-content-heading-margin-top));
4213
4215
  }
4214
4216
 
4215
4217
  .jp-RenderedHTMLCommon h1:last-child,