File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
visualpython/css/component Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
}
42
42
.vp-dataselector {
43
43
position : absolute;
44
- top : calc (50% - 275 px );
44
+ top : calc (50% - 290 px );
45
45
left : calc (50% - 325px );
46
46
width : 650px ;
47
- height : 550 px ;
47
+ height : 580 px ;
48
48
background : white;
49
49
border : 1px solid var (--border-gray-color );
50
50
z-index : 1300 ;
55
55
}
56
56
.vp-ds-data-box {
57
57
width : 100% ;
58
- height : 150 px ;
58
+ height : 130 px ;
59
59
align-content : baseline;
60
60
align-items : center;
61
61
}
62
62
.vp-ds-type-box ,
63
63
.vp-ds-variable-box {
64
64
border : 0.25px solid var (--border-gray-color );
65
- height : 150 px ;
65
+ height : 130 px ;
66
66
grid-row-gap : 0px ;
67
67
align-content : baseline;
68
68
}
90
90
margin-top : 10px ;
91
91
}
92
92
.vp-ds-option-inner-box {
93
- height : calc (100% - 35 px );
93
+ height : calc (100% - 80 px );
94
94
}
95
95
.vp-ds-df-option-box {
96
96
height : 100% ;
You can’t perform that action at this time.
0 commit comments