add ability to filter the container list

This commit is contained in:
Danny Colin
2022-07-15 14:20:49 -04:00
parent 7dee05ec1f
commit 47062d2bea
4 changed files with 41 additions and 2 deletions
+10
View File
@@ -2374,3 +2374,13 @@ tr:hover > td > .trash-button {
.overflow .panel.onboarding {
margin-block: auto;
}
/* Searchbar */
.searchbar {
margin-block: 4px -4px;
padding-inline: 16px;
}
.searchbar input {
inline-size: 100%;
}