mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
remove item callbacks from list - move to item component
This commit is contained in:
@@ -6,17 +6,6 @@
|
||||
padding: 0 var(--theme-spacing-md);
|
||||
}
|
||||
|
||||
.auto-sizer {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.list-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.grid-list-container {
|
||||
width: 100%;
|
||||
padding: 0 var(--theme-spacing-md);
|
||||
@@ -35,11 +24,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.full-width-content {
|
||||
grid-column: 1 / -1;
|
||||
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%);
|
||||
}
|
||||
|
||||
.list-expanded-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user