Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Added drop shadows to markdown, text, and tree views #6893

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/application/style/base.css
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
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.