提交 98bccb4b 编写于 作者: R rebornix

more left padding for notebook cells

上级 c4a3c3cf
......@@ -20,7 +20,7 @@ export const COPY_CELL_DOWN_COMMAND_ID = 'workbench.notebook.cell.copyDown';
export const EXECUTE_CELL_COMMAND_ID = 'workbench.notebook.cell.execute';
// Cell sizing related
export const CELL_MARGIN = 24;
export const CELL_MARGIN = 32;
export const EDITOR_TOP_PADDING = 8;
export const EDITOR_BOTTOM_PADDING = 8;
export const EDITOR_TOOLBAR_HEIGHT = 22;
......@@ -145,7 +145,7 @@
width: 6px;
border-left-width: 2px;
border-left-style: solid;
left: 20px;
left: 28px;
top: 22px;
bottom: 8px;
visibility: hidden;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册