File tree 2 files changed +9
-0
lines changed
arduino-ide-extension/src/browser/style
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
div # select-board-dialog {
7
7
margin : 5px ;
8
+ height : 100% ;
8
9
}
9
10
10
11
div # select-board-dialog .selectBoardContainer {
11
12
display : flex;
12
13
gap : 10px ;
13
14
overflow : hidden;
14
15
max-height : 100% ;
16
+ height : 100% ;
15
17
}
16
18
17
19
.select-board-dialog .head {
18
20
margin : 5px ;
19
21
}
20
22
23
+ .dialogContent .select-board-dialog {
24
+ height : 100% ;
25
+ }
26
+
21
27
div .dialogContent .select-board-dialog > div .head .title {
22
28
font-weight : 400 ;
23
29
letter-spacing : 0.02em ;
@@ -68,6 +74,7 @@ div#select-board-dialog .selectBoardContainer .list .item.selected i {
68
74
display : flex;
69
75
flex-direction : column;
70
76
max-height : 100% ;
77
+ height : 100% ;
71
78
}
72
79
73
80
# select-board-dialog .selectBoardContainer .left .container .content {
@@ -136,6 +143,7 @@ div#select-board-dialog .selectBoardContainer .list .item.selected i {
136
143
# select-board-dialog .selectBoardContainer .list {
137
144
max-height : 200px ;
138
145
overflow-y : auto;
146
+ flex : 1 ;
139
147
}
140
148
141
149
# select-board-dialog .selectBoardContainer .ports .list {
Original file line number Diff line number Diff line change 86
86
max-height : 400px ;
87
87
}
88
88
}
89
+
You can’t perform that action at this time.
0 commit comments