Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdab98bf

Browse files
authored
Merge branch 'main' into close-and-shutdown
2 parents851aaa3 +3de5507 commitdab98bf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎packages/application-extension/src/index.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ const logo: JupyterFrontEndPlugin<void> = {
171171
height:'28px',
172172
width:'auto',
173173
cursor:'pointer',
174+
margin:'auto',
174175
});
175176
logo.id='jp-NotebookLogo';
176177
app.shell.add(logo,'top',{rank:0});

‎packages/application-extension/style/base.css‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@
3333
.jp-MainAreaWidget> .jp-Toolbar-micro {
3434
display: none;
3535
}
36+
37+
#jp-NotebookLogo {
38+
/* bring logo to the front so it is selectable by tab*/
39+
z-index:10;
40+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp