mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-22 17:55:38 +00:00
27 lines
502 B
CSS
27 lines
502 B
CSS
|
/*-----------------------------------------------------------------------------
|
||
|
| Copyright (c) Jupyter Development Team.
|
||
|
| Distributed under the terms of the Modified BSD License.
|
||
|
|----------------------------------------------------------------------------*/
|
||
|
|
||
|
body {
|
||
|
background: white;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#main {
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
bottom: 0px;
|
||
|
}
|
||
|
|
||
|
.jp-NotebookPanel {
|
||
|
border-bottom: 1px solid #e0e0e0;
|
||
|
}
|
||
|
|
||
|
.terminalWidget {
|
||
|
height: 100%;
|
||
|
}
|