/ concept-collection / jupyterlite-numbl-kernel
Sign in
concept-collection / jupyterlite-numbl-kernel
jupyterlite-numbl-kernel / style / index.css
10 lines · 258 BBlameHistoryRaw
1/* Each figure gets a fixed-height box; numbl's FigureView fills its parent
2 and the plot canvas measures the container. */
3.numbl-figure {
4 position: relative;
5 width: 100%;
6 max-width: 680px;
7 height: 420px;
8 margin: 4px 0;
9 background: #ffffff;
moveopenescclose