index.css 514 B

1234567891011121314151617181920212223242526
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. body {
  6. background: white;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. #main {
  11. position: absolute;
  12. top: 4px;
  13. left: 4px;
  14. right: 4px;
  15. bottom: 4px;
  16. }
  17. .jp-NotebookPanel {
  18. border-bottom: 1px solid #e0e0e0;
  19. }
  20. .notebookCommandPalette {
  21. min-width: 225px;
  22. }