We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ddb06 commit c9692cfCopy full SHA for c9692cf
packages/notebook-extension/style/base.css
@@ -122,12 +122,6 @@ body[data-notebook='notebooks']
122
}
123
124
125
-/* Hide the stub toolbar that appears above notebooks */
126
-
127
-jp-MainAreaWidget > .jp-Toolbar-micro {
128
- display: none;
129
-}
130
131
/* Mobile View */
132
133
body[data-format='mobile'] .jp-NotebookCheckpoint {
packages/terminal-extension/style/base.css
@@ -1,5 +1,5 @@
1
/* Hide the stub toolbar that appears above terminals */
2
3
+.jp-MainAreaWidget > .jp-Toolbar-micro {
4
display: none;
5
0 commit comments