We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3732b7 commit 3de5507Copy full SHA for 3de5507
packages/application-extension/src/index.ts
@@ -171,6 +171,7 @@ const logo: JupyterFrontEndPlugin<void> = {
171
height: '28px',
172
width: 'auto',
173
cursor: 'pointer',
174
+ margin: 'auto',
175
});
176
logo.id = 'jp-NotebookLogo';
177
app.shell.add(logo, 'top', { rank: 0 });
packages/application-extension/style/base.css
@@ -33,3 +33,8 @@
33
.jp-MainAreaWidget > .jp-Toolbar-micro {
34
display: none;
35
}
36
+
37
+#jp-NotebookLogo {
38
+ /* bring logo to the front so it is selectable by tab*/
39
+ z-index: 10;
40
+}
0 commit comments