File tree 1 file changed +11
-11
lines changed
packages/application/style
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,7 @@ body[data-notebook='edit'] #spacer-widget-bottom {
80
80
box-shadow : var (--jp-elevation-z4 );
81
81
}
82
82
83
- body [data-format = 'desktop' ] # main-panel .jp-TreePanel {
84
- padding : 0rem 2rem ;
85
- }
86
-
87
- @media only screen and (max-width : 760px ) {
88
- body [data-format = 'mobile' ] # main-panel .jp-TreePanel {
89
- padding : 0rem 0rem ;
90
- }
91
- }
92
-
93
- # main-panel .jp-TreePanel > .lm-TabPanel-stackedPanel {
83
+ .jp-TreePanel > .lm-TabPanel-stackedPanel {
94
84
box-shadow : var (--jp-elevation-z4 );
95
85
}
96
86
@@ -103,3 +93,13 @@ body[data-notebook='notebooks'] #main-panel {
103
93
body [data-notebook = 'notebooks' ] # spacer-widget-top {
104
94
min-height : unset;
105
95
}
96
+
97
+ # main-panel > .jp-TreePanel {
98
+ padding : 0px 5px ;
99
+ }
100
+
101
+ @media only screen and (max-width : 760px ) {
102
+ # main-panel > .jp-TreePanel {
103
+ margin : 0px -5px ;
104
+ }
105
+ }
You can’t perform that action at this time.
0 commit comments