Skip to content

Commit

Permalink
python package accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzengel committed Jun 11, 2024
1 parent 2abde82 commit 2aa79ab
Show file tree
Hide file tree
Showing 4 changed files with 10,558 additions and 7,599 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.0.cjs
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^4.0.0"
"@jupyterlab/application": "^4.2.2",
"@jupyterlab/apputils": "^4.3.2",
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
Expand Down Expand Up @@ -190,5 +192,6 @@
"selector-no-vendor-prefix": null,
"value-no-vendor-prefix": null
}
}
},
"packageManager": "[email protected]"
}
7 changes: 7 additions & 0 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
*/

.my-apodWidget {
display: flex;
flex-direction: column;
align-items: center;
overflow: auto;
}
Loading

0 comments on commit 2aa79ab

Please sign in to comment.