Files
feishin/src/renderer/components/item-list/item-detail-list/item-detail-list.module.css
T
2025-11-29 19:30:48 -08:00

19 lines
321 B
CSS

.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);
}