/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------- | General |----------------------------------------------------------------------------*/ body { margin: 0; padding: 0; overflow: hidden; } .jp-ApplicationShell { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .jp-ApplicationShell.jp-mod-devMode { border-top: 4px solid red; } #jp-main-dock-panel { padding: 5px; } #jp-top-panel { border-bottom: var(--jp-border-width) solid var(--jp-border-color0); background: var(--jp-layout-color1); display: flex; min-height: var(--jp-private-menubar-height); } /*----------------------------------------------------------------------------- | Import children style files |----------------------------------------------------------------------------*/ @import './sidepanel.css';