mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
* Make jupyter logo select properly (#6927) * auto formation
This commit is contained in:
parent
b3732b7401
commit
3de5507427
@ -171,6 +171,7 @@ const logo: JupyterFrontEndPlugin<void> = {
|
||||
height: '28px',
|
||||
width: 'auto',
|
||||
cursor: 'pointer',
|
||||
margin: 'auto',
|
||||
});
|
||||
logo.id = 'jp-NotebookLogo';
|
||||
app.shell.add(logo, 'top', { rank: 0 });
|
||||
|
@ -33,3 +33,8 @@
|
||||
.jp-MainAreaWidget > .jp-Toolbar-micro {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#jp-NotebookLogo {
|
||||
/* bring logo to the front so it is selectable by tab*/
|
||||
z-index: 10;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user