Skip to content

Commit 4d74929

Browse files
author
minjk-bl
committed
Edit DataSelector components size
1 parent aac87d5 commit 4d74929

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

visualpython/css/component/dataSelector.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
}
4242
.vp-dataselector {
4343
position: absolute;
44-
top: calc(50% - 275px);
44+
top: calc(50% - 290px);
4545
left: calc(50% - 325px);
4646
width: 650px;
47-
height: 550px;
47+
height: 580px;
4848
background: white;
4949
border: 1px solid var(--border-gray-color);
5050
z-index: 1300;
@@ -55,14 +55,14 @@
5555
}
5656
.vp-ds-data-box {
5757
width: 100%;
58-
height: 150px;
58+
height: 130px;
5959
align-content: baseline;
6060
align-items: center;
6161
}
6262
.vp-ds-type-box,
6363
.vp-ds-variable-box {
6464
border: 0.25px solid var(--border-gray-color);
65-
height: 150px;
65+
height: 130px;
6666
grid-row-gap: 0px;
6767
align-content: baseline;
6868
}
@@ -90,7 +90,7 @@
9090
margin-top: 10px;
9191
}
9292
.vp-ds-option-inner-box {
93-
height: calc(100% - 35px);
93+
height: calc(100% - 80px);
9494
}
9595
.vp-ds-df-option-box {
9696
height: 100%;

0 commit comments

Comments
 (0)