mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Merge pull request #7307 from Carreau/remove-white
remove whitespace below menubar when toolbar hidden.
This commit is contained in:
commit
df578b8835
@ -4,7 +4,7 @@
|
||||
.navbar {
|
||||
border-top: 1px;
|
||||
border-radius: 0px 0px @border-radius-base @border-radius-base;
|
||||
margin-bottom: 6px;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
.navbar-toggle {
|
||||
|
@ -1,7 +1,7 @@
|
||||
.toolbar {
|
||||
padding: 0px;
|
||||
margin-left: -5px;
|
||||
margin-top: -5px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
select, label {
|
||||
|
4
IPython/html/static/style/style.min.css
vendored
4
IPython/html/static/style/style.min.css
vendored
@ -9767,7 +9767,7 @@ select[multiple].celltoolbar select {
|
||||
#menubar .navbar {
|
||||
border-top: 1px;
|
||||
border-radius: 0px 0px 2px 2px;
|
||||
margin-bottom: 6px;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
#menubar .navbar-toggle {
|
||||
float: left;
|
||||
@ -10298,7 +10298,7 @@ span.autosave_status {
|
||||
.toolbar {
|
||||
padding: 0px;
|
||||
margin-left: -5px;
|
||||
margin-top: -5px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user