update ListConfigMenu to work with new lists

This commit is contained in:
jeffvli
2025-10-09 14:26:52 -07:00
parent 943b26dfea
commit 1172152018
4 changed files with 847 additions and 183 deletions
@@ -0,0 +1,18 @@
.group {
overflow: hidden;
border: 1px solid var(--theme-colors-border);
border-radius: var(--theme-radius-md);
}
.number-input {
width: 140px;
}
.item {
display: flex;
flex-wrap: nowrap;
gap: var(--theme-spacing-md);
align-items: center;
justify-content: space-between;
width: 100%;
}