mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Increase pager handle size.
This commit is contained in:
parent
ebb6e818a7
commit
c0f01d65e8
@ -7,7 +7,7 @@ div#pager {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
border-top: 1px solid @navbar-default-border;
|
||||
border-top: 4px solid @navbar-default-border;
|
||||
max-height: 50%;
|
||||
|
||||
/* Display over codemirror */
|
||||
@ -42,4 +42,7 @@ div#pager {
|
||||
}
|
||||
}
|
||||
|
||||
.ui-resizable-handle {
|
||||
top: 0px;
|
||||
}
|
||||
}
|
||||
|
5
IPython/html/static/style/style.min.css
vendored
5
IPython/html/static/style/style.min.css
vendored
@ -10288,7 +10288,7 @@ div#pager {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
border-top: 4px solid #e7e7e7;
|
||||
max-height: 50%;
|
||||
/* Display over codemirror */
|
||||
z-index: 100;
|
||||
@ -10319,6 +10319,9 @@ div#pager #pager-contents #pager-container {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
div#pager .ui-resizable-handle {
|
||||
top: 0px;
|
||||
}
|
||||
.quickhelp {
|
||||
/* Old browsers */
|
||||
display: -webkit-box;
|
||||
|
Loading…
Reference in New Issue
Block a user