index.css 445 B

123456789101112131415161718192021
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. body {
  6. margin: 0;
  7. padding: 0;
  8. }
  9. #main {
  10. position: absolute;
  11. top: 10px;
  12. left: 10px;
  13. right: 10px;
  14. bottom: 10px;
  15. padding: 8px;
  16. }
  17. .jp-FileBrowser {
  18. min-width: 400px;
  19. }