File tree Expand file tree Collapse file tree 4 files changed +8
-28
lines changed Expand file tree Collapse file tree 4 files changed +8
-28
lines changed Original file line number Diff line number Diff line change 221
221
position : absolute;
222
222
width : 100% ;
223
223
height : 300px ;
224
- bottom : 40 px ;
224
+ bottom : 50 px ;
225
225
background : # F7F7F7 ;
226
226
border : 0.25px solid # E4E4E4 ;
227
227
padding : 10px ;
276
276
width : 100% ;
277
277
height : 100px ;
278
278
position : absolute;
279
- bottom : 40 px ;
279
+ bottom : 50 px ;
280
280
background : # F7F7F7 ;
281
281
border : 0.25px solid # E4E4E4 ;
282
282
padding : 10px ;
285
285
/* Buttons */
286
286
.vp-fe-btn-box {
287
287
position : relative;
288
- height : 40 px ;
288
+ height : 50 px ;
289
289
border-top : 0.25px solid var (--border-gray-color );
290
290
}
291
291
.vp-fe-btn {
Original file line number Diff line number Diff line change 55
55
width : 100% ;
56
56
height : 100px ;
57
57
position : absolute;
58
- bottom : 40 px ;
58
+ bottom : 50 px ;
59
59
background : # F7F7F7 ;
60
60
border : 0.25px solid # E4E4E4 ;
61
61
padding : 10px ;
67
67
bottom: 25px;
68
68
right: 25px; */
69
69
position : relative;
70
- height : 40 px ;
70
+ height : 50 px ;
71
71
border-top : 0.25px solid var (--border-gray-color );
72
72
}
73
73
.vp-pp-btn {
Original file line number Diff line number Diff line change 280
280
width : 100% ;
281
281
height : 100px ;
282
282
position : absolute;
283
- <<<<<<< HEAD
284
- botto m: 40px;
285
-
286
- = = = = = = =
287
283
bottom : 50px ;
288
- > > > > > > > dd1605b (Small design changes)
284
+
289
285
background : # F7F7F7 ;
290
286
border : 0.25px solid # E4E4E4 ;
291
287
padding : 10px ;
294
290
/** Buttons */
295
291
.vp-ds-btn-box {
296
292
position : relative;
297
- height : 40 px ;
293
+ height : 50 px ;
298
294
border-top : 0.25px solid var (--border-gray-color );
299
295
}
300
296
.vp-ds-btn {
365
361
position : absolute;
366
362
width : 100% ;
367
363
height : 300px ;
368
- bottom : 40 px ;
364
+ bottom : 50 px ;
369
365
background : # F7F7F7 ;
370
366
border : 0.25px solid # E4E4E4 ;
371
367
padding : 10px ;
Original file line number Diff line number Diff line change @@ -261,26 +261,10 @@ define([
261
261
case 'snippets' :
262
262
case 'variable' :
263
263
case 'file' :
264
- < << << << HEAD
265
- === = ===
266
- blockContainer . createAppsPage ( '/nbextensions/visualpython/src/file_io/fileio.js' , {
267
- title : 'Read File' ,
268
- width : '500px'
269
- } ) ;
270
- break ;
271
- >>> > >>> dd1605b ( Small design changes )
272
264
case 'instance' :
273
265
case 'subset' :
274
266
case 'frame' :
275
267
case 'chart' :
276
- < << << << HEAD
277
- === = ===
278
- blockContainer . createAppsPage ( '/nbextensions/visualpython/src/matplotlib/plot.js' , {
279
- title : 'Chart' ,
280
- width : '530px'
281
- } ) ;
282
- break ;
283
- >>> > >>> dd1605b ( Small design changes )
284
268
case 'profiling' :
285
269
blockContainer . setSelectBlock ( null ) ;
286
270
blockContainer . createAppsPage ( menu , file , config ) ;
You can’t perform that action at this time.
0 commit comments