Skip to content

Commit c9cd17b

Browse files
filter layout improvements
1 parent 1ceac17 commit c9cd17b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: arduino-ide-extension/src/browser/style/list-widget.css

+11-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@
2929
}
3030

3131
.arduino-list-widget .filter-bar .filter > select {
32-
width: 170px;
32+
width: 120px;
3333
}
3434

3535
.arduino-list-widget .filter-bar .filter-label {
36-
flex-grow: 1;
36+
display: flex;
37+
width: 50px;
3738
}
3839

3940
.filterable-list-container {
@@ -62,6 +63,13 @@
6263
filter: contrast(90%);
6364
}
6465

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+
6573
.component-list-item {
6674
padding: 10px 10px 10px 15px;
6775
font-size: var(--theia-ui-font-size1);
@@ -163,4 +171,4 @@
163171

164172
.hc-black.hc-theia.theia-hc .component-list-item .header .installed:before {
165173
border: 1px solid var(--theia-button-border);
166-
}
174+
}

0 commit comments

Comments
 (0)