1
1
div # select-board-dialog {
2
- margin : 5px 20 px 50 px 20 px ;
2
+ margin : 5px ;
3
3
}
4
4
5
5
div # select-board-dialog .selectBoardContainer .body {
6
6
display : flex;
7
7
overflow : hidden;
8
8
}
9
9
10
- div . dialogContent . select-board-dialog > div .head {
11
- padding-left : 21 px ;
10
+ . select-board-dialog .head {
11
+ margin : 5 px ;
12
12
}
13
13
14
14
div .dialogContent .select-board-dialog > div .head .title {
15
15
font-weight : 400 ;
16
16
letter-spacing : .02em ;
17
17
font-size : 1.2em ;
18
18
color : var (--theia-arduino-branding-primary );
19
- margin : 17px 0 ;
20
- }
21
-
22
- div # select-board-dialog .selectBoardContainer .head .text {
23
- margin-bottom : 21px ;
19
+ margin-bottom : 10px ;
24
20
}
25
21
26
22
div # select-board-dialog .selectBoardContainer .body .list .item .selected {
@@ -82,9 +78,9 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
82
78
color : var (--theia-arduino-branding-secondary );
83
79
padding : 10px 5px 10px 10px ;
84
80
text-transform : uppercase;
85
- /* The max, min-height comes from `.body .list` 265px + 47px top padding - 2 * 10px top padding */
86
- max-height : 292 px ;
87
- min-height : 292 px ;
81
+ /* The max, min-height comes from `.body .list` 200px + 47px top padding - 2 * 10px top padding */
82
+ max-height : 227 px ;
83
+ min-height : 227 px ;
88
84
}
89
85
90
86
# select-board-dialog .selectBoardContainer .body .list .item {
@@ -115,8 +111,8 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
115
111
}
116
112
117
113
# select-board-dialog .selectBoardContainer .body .list {
118
- max-height : 265 px ;
119
- min-height : 265 px ;
114
+ max-height : 200 px ;
115
+ min-height : 200 px ;
120
116
overflow-y : auto;
121
117
}
122
118
@@ -132,14 +128,8 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
132
128
}
133
129
134
130
.p-Widget .dialogOverlay .dialogContent .select-board-dialog {
135
- width : 740 px ;
131
+ width : 500 px ;
136
132
}
137
-
138
-
139
- .dialogControl {
140
- margin : 0 20px 30px 0 ;
141
- }
142
-
143
133
.arduino-boards-toolbar-item-container {
144
134
margin-left : 3px ;
145
135
}
0 commit comments