Skip to content

Commit

Permalink
Incremental change for more specific selector
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Mar 24, 2023
1 parent 539da94 commit b9ddb06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ body[data-notebook='notebooks']
}
}

/* Hide the stub toolbar that appears above notebooks */

jp-MainAreaWidget > .jp-Toolbar-micro {
display: none;
}

/* Mobile View */

body[data-format='mobile'] .jp-NotebookCheckpoint {
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/style/base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Hide the stub toolbar that appears above terminals */

.jp-Toolbar-micro {
jp-MainAreaWidget > .jp-Toolbar-micro {
display: none;
}

0 comments on commit b9ddb06

Please sign in to comment.