Reduced margin between notebook cells. Increased space at top of page. (#10735)

This commit is contained in:
Hale Rankin
2020-06-05 17:17:19 -07:00
committed by GitHub
parent 48ec8e6dd8
commit cf0f3b0426

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
.notebookEditor .scrollable {
padding-top: 6px;
padding-top: 16px;
}
.notebookEditor .taskbarSeparator {
@@ -20,7 +20,7 @@
border-color: transparent;
border-style: solid;
border-width: 1px 1px 1px 4px;
margin: 16px;
margin: 8px;
position: relative;
}