jupyterlite / jupyterlite-sphinx

Sphinx extension using JupyterLite to render Notebooks
https://jupyterlite-sphinx.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
68 stars 21 forks source link

Misc parsing warnings. #131

Closed Carreau closed 10 months ago

Carreau commented 10 months ago

Here are a couple of modification:

The example_class was not applied to all the container.

Having both the default and iframe container with the same class was a bit annoying for some css, and lead to .hidden not being applied in some of my experiments, so swap the name of the iframe container.

Add an example in the documentation on how to change the color and positioning of the button.

I happen to have prettier install for css files, so it also reformatted the css to use css standard of 2 spaces.

Move the main colors into css variables, so that if need and if we start to use those colors in more places they are more easily overwritten.

Also contains mist parsing warnings.

steppi commented 10 months ago

I've gone ahead and merged this and will add the link to try_examples.css in a follow-up.