File tree 1 file changed +11
-3
lines changed
arduino-ide-extension/src/browser/style
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 29
29
}
30
30
31
31
.arduino-list-widget .filter-bar .filter > select {
32
- width : 170 px ;
32
+ width : 120 px ;
33
33
}
34
34
35
35
.arduino-list-widget .filter-bar .filter-label {
36
- flex-grow : 1 ;
36
+ display : flex;
37
+ width : 50px ;
37
38
}
38
39
39
40
.filterable-list-container {
62
63
filter : contrast (90% );
63
64
}
64
65
66
+ .filterable-list-container .no-match {
67
+ font-weight : bold;
68
+ color : var (--theia-panelTitle-inactiveForeground );
69
+ align-items : center;
70
+ margin : 10px ;
71
+ }
72
+
65
73
.component-list-item {
66
74
padding : 10px 10px 10px 15px ;
67
75
font-size : var (--theia-ui-font-size1 );
163
171
164
172
.hc-black .hc-theia .theia-hc .component-list-item .header .installed : before {
165
173
border : 1px solid var (--theia-button-border );
166
- }
174
+ }
You can’t perform that action at this time.
0 commit comments