mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
rename expanded container classname
This commit is contained in:
@@ -39,3 +39,8 @@
|
|||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%);
|
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-expanded-container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ export const ItemGrid = ({
|
|||||||
{hasExpanded && (
|
{hasExpanded && (
|
||||||
<motion.div
|
<motion.div
|
||||||
animate="show"
|
animate="show"
|
||||||
className={styles.gridExpandedContainer}
|
className={styles.listExpandedContainer}
|
||||||
exit="hidden"
|
exit="hidden"
|
||||||
initial="hidden"
|
initial="hidden"
|
||||||
style={{ height: '500px' }}
|
style={{ height: '500px' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user