- Added wrapper div with max-width constraint to ensure consistent card sizes - Updated image rendering to use object-cover with proper positioning - Removed maxWidth from Card3D component since it's now handled by wrapper - Ensures all cards (MTG, Pokemon, Lorcana) have identical dimensions - Fixed responsive grid layout to maintain consistent card sizes
34 lines
No EOL
641 B
JSON
34 lines
No EOL
641 B
JSON
{
|
|
"total": 0,
|
|
"successful": 3,
|
|
"failed": 0,
|
|
"sets": [
|
|
{
|
|
"code": "tfc",
|
|
"name": "The First Chapter",
|
|
"lorcastCode": "1",
|
|
"success": true,
|
|
"importedCount": 0,
|
|
"skippedCount": 216,
|
|
"total": 216
|
|
},
|
|
{
|
|
"code": "rotf",
|
|
"name": "Rise of the Floodborn",
|
|
"lorcastCode": "2",
|
|
"success": true,
|
|
"importedCount": 0,
|
|
"skippedCount": 216,
|
|
"total": 216
|
|
},
|
|
{
|
|
"code": "ink",
|
|
"name": "Into the Inklands",
|
|
"lorcastCode": "3",
|
|
"success": true,
|
|
"importedCount": 0,
|
|
"skippedCount": 226,
|
|
"total": 226
|
|
}
|
|
]
|
|
} |