add list filter collections

This commit is contained in:
jeffvli
2026-01-30 20:03:27 -08:00
parent ad83e95a46
commit 1a5e513526
20 changed files with 681 additions and 60 deletions
@@ -0,0 +1,14 @@
.list {
flex: 0 0 200px;
height: 200px;
overflow: hidden;
border: 1px solid var(--theme-colors-border);
}
.row {
display: flex;
gap: var(--theme-spacing-xs);
align-items: center;
width: 100%;
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
}