UNPKG

@jupyterlab/fileeditor

Version:
21 lines (16 loc) 683 B
/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------- | Presentation Mode (.jp-mod-presentationMode) |----------------------------------------------------------------------------*/ .jp-mod-presentationMode .jp-FileEditor { --jp-code-font-size: var(--jp-code-presentation-font-size); } .jp-FileEditorCodeWrapper { overflow: auto; } .jp-FileEditorCodeWrapper .cm-editor { height: 100%; }