Finish adding the create button in the item group lists

This commit is contained in:
Oliver 2026-04-09 21:41:37 -06:00
parent fc24caf08a
commit 9955b76956
4 changed files with 41 additions and 13 deletions

View file

@ -70,12 +70,23 @@
.item-list-header {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
border-radius: 6px 6px 0 0;
padding: 6px 6px 4px;
margin-bottom: 2px;
background: var(--item-list-header-background);
color: var(--item-list-header-colour);
button {
padding: 2px;
border: none;
aspect-ratio: 1;
height: unset;
min-height: unset;
background: var(--item-list-header-input-background);
color: var(--item-list-header-input-colour);
}
}
.item-list {