Skip to content

Commit 05a1df5

Browse files
committed
small design changes
1 parent 6250396 commit 05a1df5

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

css/common/frameEditor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
position: absolute;
222222
width: 100%;
223223
height: 300px;
224-
bottom: 40px;
224+
bottom: 50px;
225225
background: #F7F7F7;
226226
border: 0.25px solid #E4E4E4;
227227
padding: 10px;
@@ -276,7 +276,7 @@
276276
width: 100%;
277277
height: 100px;
278278
position: absolute;
279-
bottom: 40px;
279+
bottom: 50px;
280280
background: #F7F7F7;
281281
border: 0.25px solid #E4E4E4;
282282
padding: 10px;
@@ -285,7 +285,7 @@
285285
/* Buttons */
286286
.vp-fe-btn-box {
287287
position: relative;
288-
height: 40px;
288+
height: 50px;
289289
border-top: 0.25px solid var(--border-gray-color);
290290
}
291291
.vp-fe-btn {

css/common/popupPage.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
width: 100%;
5656
height: 100px;
5757
position: absolute;
58-
bottom: 40px;
58+
bottom: 50px;
5959
background: #F7F7F7;
6060
border: 0.25px solid #E4E4E4;
6161
padding: 10px;
@@ -67,7 +67,7 @@
6767
bottom: 25px;
6868
right: 25px; */
6969
position: relative;
70-
height: 40px;
70+
height: 50px;
7171
border-top: 0.25px solid var(--border-gray-color);
7272
}
7373
.vp-pp-btn {

css/common/subsetEditor.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,8 @@
280280
width: 100%;
281281
height: 100px;
282282
position: absolute;
283-
<<<<<<< HEAD
284-
bottom: 40px;
285-
286-
=======
287283
bottom: 50px;
288-
>>>>>>> dd1605b (Small design changes)
284+
289285
background: #F7F7F7;
290286
border: 0.25px solid #E4E4E4;
291287
padding: 10px;
@@ -294,7 +290,7 @@
294290
/** Buttons */
295291
.vp-ds-btn-box {
296292
position: relative;
297-
height: 40px;
293+
height: 50px;
298294
border-top: 0.25px solid var(--border-gray-color);
299295
}
300296
.vp-ds-btn {
@@ -365,7 +361,7 @@
365361
position: absolute;
366362
width: 100%;
367363
height: 300px;
368-
bottom: 40px;
364+
bottom: 50px;
369365
background: #F7F7F7;
370366
border: 0.25px solid #E4E4E4;
371367
padding: 10px;

src/api_block/init.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -261,26 +261,10 @@ define([
261261
case 'snippets':
262262
case 'variable':
263263
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)
272264
case 'instance':
273265
case 'subset':
274266
case 'frame':
275267
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)
284268
case 'profiling':
285269
blockContainer.setSelectBlock(null);
286270
blockContainer.createAppsPage(menu, file, config);

0 commit comments

Comments
 (0)