@@ -27,6 +27,7 @@ body[data-notebook='notebooks']
27
27
body [data-notebook = 'notebooks' ] .jp-Notebook > * : first-child {
28
28
padding-top : var (--jp-notebook-padding-offset );
29
29
margin-top : var (--jp-notebook-toolbar-margin-bottom );
30
+ box-shadow : 0px 0px 12px 1px rgb (87 87 87 / 20% );
30
31
}
31
32
32
33
body [data-notebook = 'notebooks' ] .jp-Notebook {
@@ -44,13 +45,42 @@ body[data-notebook='notebooks'] .jp-Notebook {
44
45
body [data-notebook = 'notebooks' ] .jp-Notebook .jp-mod-scrollPastEnd ::after {
45
46
background : var (--jp-layout-color0 );
46
47
min-height : var (--jp-notebook-padding );
48
+ box-shadow : 0px 0px 12px 1px rgb (87 87 87 / 20% );
49
+ }
50
+
51
+ body [data-notebook = 'notebooks' ]
52
+ .jp-Notebook
53
+ .jp-Notebook-cell : not (: first- child)::after ,
54
+ body [data-notebook = 'notebooks' ]
55
+ .jp-Notebook
56
+ .jp-Notebook-cell : not (: first-child )::before {
57
+ content : ' ' ;
58
+ height : 100% ;
59
+ position : absolute;
60
+ top : 0 ;
61
+ width : 11px ;
62
+ }
63
+
64
+ body [data-notebook = 'notebooks' ]
65
+ .jp-Notebook
66
+ .jp-Notebook-cell : not (: first-child )::before {
67
+ box-shadow : -11px 0 11px -11px rgb (87 87 87 / 20% ) inset;
68
+ left : -11px ;
69
+ }
70
+
71
+ body [data-notebook = 'notebooks' ]
72
+ .jp-Notebook
73
+ .jp-Notebook-cell : not (: first-child )::after {
74
+ box-shadow : 12px 0 11px -11px rgb (87 87 87 / 20% ) inset;
75
+ right : -11px ;
47
76
}
48
77
49
78
/* Cell toolbar adjustements */
50
79
51
80
body [data-notebook = 'notebooks' ] .jp-cell-toolbar {
52
81
background : unset;
53
82
top : unset;
83
+ box-shadow : unset;
54
84
}
55
85
56
86
@media only screen and (max-width : 760px ) {
0 commit comments