voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
145 stars 8 forks source link

CSS for reveal template seems off #70

Open martinRenou opened 1 year ago

martinRenou commented 1 year ago

There are a couple of things that don't work properly in the styling of the reveal template. For example, the main container has some padding that should have been removed by nbconvert.

It seems to not happen in Voila 0.5.0a4 so this seems to be specific to Voici. It seems the Lab CSS comes and overwrites the nbconvert rules (maybe due to the dynamic theming...).

martinRenou commented 1 year ago

71 Removes the top padding of the page.

There is a remaining issue with the cell output DOM structure which does not look the same as in classic Voila