mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Enlarge Jupyter logo to 28px height
This commit is contained in:
parent
7454b25dc0
commit
27ad247f9d
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.4 KiB |
@ -9,7 +9,7 @@
|
||||
@blockquote-font-size: inherit;
|
||||
@modal-inner-padding: 15px;
|
||||
@grid-float-breakpoint: 540px;
|
||||
@logo_height: 24px;
|
||||
@logo_height: 28px;
|
||||
|
||||
// Disable modal slide-in from top animation.
|
||||
.modal {
|
||||
|
6
IPython/html/static/style/style.min.css
vendored
6
IPython/html/static/style/style.min.css
vendored
@ -7784,8 +7784,8 @@ div#header .header-bar {
|
||||
}
|
||||
#ipython_notebook {
|
||||
padding-left: 0px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
#noscript {
|
||||
width: auto;
|
||||
@ -7797,7 +7797,7 @@ div#header .header-bar {
|
||||
font-weight: bold;
|
||||
}
|
||||
#ipython_notebook img {
|
||||
height: 24px;
|
||||
height: 28px;
|
||||
}
|
||||
#site {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user