Skip to content

Commit aad43d5

Browse files
andrii-igithub-actions[bot]jtpio
authored
Add active cell border padding, remove double cell padding (jupyter#7570)
* remove unsetting notebook work area / viewport padding * remove l and r padding from .jp-Notebook-cell * Update Playwright Snapshots * Update Playwright Snapshots * Update Playwright Snapshots * Update Playwright Snapshots * undo some snapshots updates * more snapshot updates --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
1 parent 0442b49 commit aad43d5

File tree

7 files changed

+0
-3
lines changed

7 files changed

+0
-3
lines changed

packages/notebook-extension/style/base.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
5353

5454
body[data-notebook='notebooks'] .jp-Notebook-cell {
5555
background: var(--jp-layout-color0);
56-
padding-left: calc(2 * var(--jp-cell-padding));
57-
padding-right: calc(2 * var(--jp-cell-padding));
5856
}
5957

6058
/* Empty space at the bottom of the notebook (similar to classic) */
@@ -140,7 +138,6 @@ body[data-format='mobile'] .jp-ToolbarButton .jp-DebuggerBugButton {
140138
body[data-notebook='notebooks'] .jp-WindowedPanel-viewport {
141139
background: var(--jp-layout-color0);
142140
box-shadow: var(--jp-elevation-z4);
143-
padding: unset;
144141

145142
/* Extra padding at the top and bottom so the notebook looks nicer */
146143
padding-top: calc(2 * var(--jp-notebook-padding));
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)