Skip to content

Commit aaf2ca4

Browse files
author
minjk-bl
committed
codeview, dataview box position fix
1 parent 2c42fcc commit aaf2ca4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 50px;
224+
bottom: 40px;
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: 50px;
279+
bottom: 40px;
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: 50px;
288+
height: 40px;
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: 50px;
58+
bottom: 40px;
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: 50px;
70+
height: 40px;
7171
border-top: 0.25px solid var(--border-gray-color);
7272
}
7373
.vp-pp-btn {

css/common/subsetEditor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
width: 100%;
264264
height: 100px;
265265
position: absolute;
266-
bottom: 50px;
266+
bottom: 40px;
267267

268268
background: #F7F7F7;
269269
border: 0.25px solid #E4E4E4;
@@ -276,7 +276,7 @@
276276
bottom: 25px;
277277
right: 25px; */
278278
position: relative;
279-
height: 50px;
279+
height: 40px;
280280
border-top: 0.25px solid var(--border-gray-color);
281281
}
282282
.vp-ds-btn {
@@ -346,7 +346,7 @@
346346
position: absolute;
347347
width: 100%;
348348
height: 300px;
349-
bottom: 50px;
349+
bottom: 40px;
350350
background: #F7F7F7;
351351
border: 0.25px solid #E4E4E4;
352352
padding: 10px;

0 commit comments

Comments
 (0)