@jupyterlab/nbconvert-css 4.3.0-beta.2 → 4.3.0-beta.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 +8 -8
  2. package/style/index.css +13 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.3.0-beta.2",
3
+ "version": "4.3.0-beta.3",
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.3.0-beta.2",
35
- "@jupyterlab/apputils": "^4.4.0-beta.2",
36
- "@jupyterlab/cells": "^4.3.0-beta.2",
37
- "@jupyterlab/codemirror": "^4.3.0-beta.2",
38
- "@jupyterlab/notebook": "^4.3.0-beta.2",
39
- "@jupyterlab/outputarea": "^4.3.0-beta.2",
40
- "@jupyterlab/rendermime": "^4.3.0-beta.2"
34
+ "@jupyterlab/application": "^4.3.0-beta.3",
35
+ "@jupyterlab/apputils": "^4.4.0-beta.3",
36
+ "@jupyterlab/cells": "^4.3.0-beta.3",
37
+ "@jupyterlab/codemirror": "^4.3.0-beta.3",
38
+ "@jupyterlab/notebook": "^4.3.0-beta.3",
39
+ "@jupyterlab/outputarea": "^4.3.0-beta.3",
40
+ "@jupyterlab/rendermime": "^4.3.0-beta.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -156,7 +156,6 @@
156
156
  .lm-Widget {
157
157
  box-sizing: border-box;
158
158
  position: relative;
159
- overflow: hidden;
160
159
  }
161
160
 
162
161
  .lm-Widget.lm-mod-hidden {
@@ -2229,7 +2228,6 @@ button.jp-ArrayOperationsButton.jp-mod-styled:disabled {
2229
2228
  display: flex;
2230
2229
  flex-direction: column;
2231
2230
  min-width: var(--jp-sidebar-min-width);
2232
- overflow-y: auto;
2233
2231
  color: var(--jp-ui-font-color1);
2234
2232
  background: var(--jp-layout-color1);
2235
2233
  font-size: var(--jp-ui-font-size1);
@@ -3564,6 +3562,7 @@ button.jp-ToolbarButtonComponent > span {
3564
3562
  font-size: var(--jp-ui-font-size1);
3565
3563
  color: var(--jp-ui-font-color1);
3566
3564
  resize: both;
3565
+ overflow: hidden;
3567
3566
  }
3568
3567
 
3569
3568
  .jp-Dialog-content.jp-Dialog-content-small {
@@ -5301,6 +5300,7 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5301
5300
  .jp-FileBrowser .jp-SidePanel-content {
5302
5301
  display: flex;
5303
5302
  flex-direction: column;
5303
+ overflow: hidden;
5304
5304
  }
5305
5305
 
5306
5306
  .jp-FileBrowser-toolbar.jp-Toolbar {
@@ -5333,6 +5333,7 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5333
5333
  flex: 1 1 auto;
5334
5334
  display: flex;
5335
5335
  flex-direction: column;
5336
+ overflow: hidden;
5336
5337
  }
5337
5338
 
5338
5339
  .jp-BreadCrumbs {
@@ -5417,6 +5418,9 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5417
5418
  display: flex;
5418
5419
  flex-direction: column;
5419
5420
  outline: 0;
5421
+ overflow: hidden;
5422
+
5423
+ --jp-dirlisting-padding-width: 12px;
5420
5424
  }
5421
5425
 
5422
5426
  .jp-DirListing-header {
@@ -5447,10 +5451,6 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5447
5451
  overflow: hidden;
5448
5452
  }
5449
5453
 
5450
- .jp-DirListing-header > .jp-DirListing-headerItem:last-child {
5451
- flex-grow: 1;
5452
- }
5453
-
5454
5454
  .jp-DirListing-headerItem:hover {
5455
5455
  background: var(--jp-layout-color2);
5456
5456
  }
@@ -5525,6 +5525,7 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5525
5525
  list-style-type: none;
5526
5526
  overflow: auto;
5527
5527
  background-color: var(--jp-layout-color1);
5528
+ overflow-x: hidden;
5528
5529
  }
5529
5530
 
5530
5531
  .jp-DirListing-content mark {
@@ -5545,18 +5546,17 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5545
5546
  }
5546
5547
 
5547
5548
  .jp-DirListing-item {
5548
- display: flex;
5549
5549
  align-items: center;
5550
- padding: 4px 12px;
5550
+ padding: 4px var(--jp-dirlisting-padding-width);
5551
5551
  -webkit-user-select: none;
5552
5552
  -moz-user-select: none;
5553
5553
  -ms-user-select: none;
5554
5554
  user-select: none;
5555
- }
5556
-
5557
- .jp-DirListing-item > :last-child {
5558
- flex-grow: 1;
5559
- margin-right: 2px;
5555
+ display: inline-grid;
5556
+ grid-auto-columns: max-content;
5557
+ width: 100%;
5558
+ box-sizing: border-box;
5559
+ grid-auto-flow: column;
5560
5560
  }
5561
5561
 
5562
5562
  .jp-DirListing-checkboxWrapper {
@@ -5564,12 +5564,6 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5564
5564
  padding: 4px;
5565
5565
  }
5566
5566
 
5567
- .jp-DirListing-header
5568
- .jp-DirListing-checkboxWrapper
5569
- + .jp-DirListing-headerItem {
5570
- padding-left: 4px;
5571
- }
5572
-
5573
5567
  .jp-DirListing-content .jp-DirListing-checkboxWrapper {
5574
5568
  position: relative;
5575
5569
  left: -4px;