Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/application/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ body[data-notebook='edit'] #spacer-widget-bottom {
box-shadow: var(--jp-elevation-z4);
}

.jp-TreePanel > .lm-TabPanel-stackedPanel {
box-shadow: var(--jp-elevation-z4);
}

body[data-notebook='notebooks'] #main-panel {
margin-left: unset;
margin-right: unset;
Expand All @@ -89,3 +93,13 @@ body[data-notebook='notebooks'] #main-panel {
body[data-notebook='notebooks'] #spacer-widget-top {
min-height: unset;
}

#main-panel > .jp-TreePanel {
padding: 0px 5px;
}

@media only screen and (max-width: 760px) {
#main-panel > .jp-TreePanel {
margin: 0px -5px;
}
}
6 changes: 1 addition & 5 deletions packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,7 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-window {
/* Notebook box shadow */

body[data-notebook='notebooks'] .jp-Notebook > *:first-child:not(:last-child) {
box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
}

body[data-notebook='notebooks'] .jp-Notebook > *:first-child:not(:last-child) {
box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
box-shadow: var(--jp-elevation-z4);
}

body[data-notebook='notebooks']
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.