rename list components

This commit is contained in:
jeffvli
2025-09-29 17:42:57 -07:00
parent 8dcc28376c
commit 0a591a3f09
6 changed files with 13 additions and 16 deletions
@@ -0,0 +1,18 @@
.item-detail-container {
display: flex;
flex-direction: column !important;
width: 100%;
height: 100%;
padding: 0 var(--theme-spacing-md);
}
.list-expanded-container {
width: 100%;
height: 100%;
}
.item-list {
width: 100%;
height: 100%;
padding-bottom: var(--theme-spacing-sm);
}