mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
update ListConfigMenu to work with new lists
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user