mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
19 lines
321 B
CSS
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);
|
|
}
|